#080D58

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

Shades of Midnight Blue #080D58

Tints of Midnight Blue #080D58

Color information

#080D58 (or 0x080D58) is unknown color: approx Midnight Blue. HEX triplet: 08, 0D and 58. RGB value is (8,13,88). Sum of RGB (Red+Green+Blue) = 8+13+88=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 88 (34.77% from 255 or 80.73% from 109); Max value from RGB is 88 - color contains mainly: blue. Hex color #080D58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080D58 is #F7F2A7. Grayscale: #131313. Windows color (decimal): -16249512 or 5770504. OLE color: 5770504.

HSL color Cylindrical-coordinate representation of color #080D58: hue angle of 236.25º 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 #080D58 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB81388-
CMYK0.910.8500.65
HSL236.25º83.33%18.82%-
HSV(B)236.25º90.91%34.51%-
XYZ2.011.049.33-
YUV20.06166.34119.4-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.34%
GREEN value IS 13 (5.47% from 255) = 11.93%
BLUE value IS 88 (34.77% from 255) = 80.73%
R=7.34%
G=11.93%
B=80.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal813880.910.8500.65236.2583.3318.82
Hex8D585B55041ec5313
Octal1015130133125010135412323
Binary100011011011000101101110101010100000111101100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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