#080F6F

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

Shades of Midnight Blue #080F6F

Tints of Midnight Blue #080F6F

Color information

#080F6F (or 0x080F6F) is unknown color: approx Midnight Blue. HEX triplet: 08, 0F and 6F. RGB value is (8,15,111). Sum of RGB (Red+Green+Blue) = 8+15+111=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 111 (43.75% from 255 or 82.84% from 134); Max value from RGB is 111 - color contains mainly: blue. Hex color #080F6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080F6F is #F7F090. Grayscale: #171717. Windows color (decimal): -16248977 or 7278344. OLE color: 7278344.

HSL color Cylindrical-coordinate representation of color #080F6F: hue angle of 235.92º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080F6F is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB815111-
CMYK0.930.8600.56
HSL235.92º86.55%23.33%-
HSV(B)235.92º92.79%43.53%-
XYZ3.141.5415.17-
YUV23.85177.18116.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.97%
GREEN value IS 15 (6.25% from 255) = 11.19%
BLUE value IS 111 (43.75% from 255) = 82.84%
R=5.97%
G=11.19%
B=82.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8151110.930.8600.56235.9286.5523.33
Hex8F6F5D56038ec5717
Octal101715713512607035412727
Binary10001111110111110111011010110011100011101100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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