#080D5C

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

Shades of Midnight Blue #080D5C

Tints of Midnight Blue #080D5C

Color information

#080D5C (or 0x080D5C) is unknown color: approx Midnight Blue. HEX triplet: 08, 0D and 5C. RGB value is (8,13,92). Sum of RGB (Red+Green+Blue) = 8+13+92=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 92 (36.33% from 255 or 81.42% from 113); Max value from RGB is 92 - color contains mainly: blue. Hex color #080D5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080D5C is #F7F2A3. Grayscale: #141414. Windows color (decimal): -16249508 or 6032648. OLE color: 6032648.

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

Color convert

RGB81392-
CMYK0.910.8600.64
HSL236.43º84%19.61%-
HSV(B)236.43º91.3%36.08%-
XYZ2.181.1110.23-
YUV20.51168.34119.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.08%
GREEN value IS 13 (5.47% from 255) = 11.50%
BLUE value IS 92 (36.33% from 255) = 81.42%
R=7.08%
G=11.50%
B=81.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal813920.910.8600.64236.438419.61
Hex8D5C5B56040ec5414
Octal1015134133126010035412424
Binary100011011011100101101110101100100000011101100101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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