#080f5c

Color #080F5C Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #080F5C

Tints of Midnight Blue #080F5C

Color information

#080F5C (or 0x080F5C) is unknown color: approx Midnight Blue. HEX triplet: 08, 0F and 5C. RGB value is (8,15,92). Sum of RGB (Red+Green+Blue) = 8+15+92=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 92 (36.33% from 255 or 80% from 115); Max value from RGB is 92 - color contains mainly: blue. Hex color #080F5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080F5C is #F7F0A3. Grayscale: #151515. Windows color (decimal): -16248996 or 6033160. OLE color: 6033160.

HSL color Cylindrical-coordinate representation of color #080F5C: hue angle of 235º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080F5C is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB81592-
CMYK0.910.8400.64
HSL235º84%19.61%-
HSV(B)235º91.3%36.08%-
XYZ2.21.1710.23-
YUV21.68167.68118.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 6.96%
GREEN value IS 15 (6.25% from 255) = 13.04%
BLUE value IS 92 (36.33% from 255) = 80%
R=6.96%
G=13.04%
B=80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal815920.910.8400.642358419.61
Hex8F5C5B54040eb5414
Octal1017134133124010035312424
Binary100011111011100101101110101000100000011101011101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080f5c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080f5c; }

 p { color: rgb(8,15,92); }

 H1.HeaderClassName
 {
   color: #080f5c;
 }
 .AnyTagClassName
 {
   color: #080f5c;
 }
</style>
background-color css

<style>
 a { background-color: #080f5c; }

 a { background-color: rgb(8,15,92); }

 div.DivClassName
 {
   background-color: #080f5c;
 }
 .BgClassName
 {
   background-color: #080f5c;
 }
</style>
border-color css

<style>
 span { border-color: #080f5c; }

 span { border-color: rgb(8,15,92); }

 td.TdClassName
 {
   border-color: #080f5c;
 }
 .TagClassName
 {
   border-color: #080f5c;
 }
</style>