#080F58

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

Shades of Midnight Blue #080F58

Tints of Midnight Blue #080F58

Color information

#080F58 (or 0x080F58) is unknown color: approx Midnight Blue. HEX triplet: 08, 0F and 58. RGB value is (8,15,88). Sum of RGB (Red+Green+Blue) = 8+15+88=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 88 (34.77% from 255 or 79.28% from 111); Max value from RGB is 88 - color contains mainly: blue. Hex color #080F58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080F58 is #F7F0A7. Grayscale: #141414. Windows color (decimal): -16249000 or 5771016. OLE color: 5771016.

HSL color Cylindrical-coordinate representation of color #080F58: hue angle of 234.75º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080F58 is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB81588-
CMYK0.910.8300.65
HSL234.75º83.33%18.82%-
HSV(B)234.75º90.91%34.51%-
XYZ2.031.19.34-
YUV21.23165.68118.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.21%
GREEN value IS 15 (6.25% from 255) = 13.51%
BLUE value IS 88 (34.77% from 255) = 79.28%
R=7.21%
G=13.51%
B=79.28%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal815880.910.8300.65234.7583.3318.82
Hex8F585B53041eb5313
Octal1017130133123010135312323
Binary100011111011000101101110100110100000111101011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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