#080C4F

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

Shades of Midnight Blue #080C4F

Tints of Midnight Blue #080C4F

Color information

#080C4F (or 0x080C4F) is unknown color: approx Midnight Blue. HEX triplet: 08, 0C and 4F. RGB value is (8,12,79). Sum of RGB (Red+Green+Blue) = 8+12+79=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 79 (31.25% from 255 or 79.80% from 99); Max value from RGB is 79 - color contains mainly: blue. Hex color #080C4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C4F is #F7F3B0. Grayscale: #121212. Windows color (decimal): -16249777 or 5180424. OLE color: 5180424.

HSL color Cylindrical-coordinate representation of color #080C4F: hue angle of 236.62º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080C4F is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB81279-
CMYK0.900.8500.69
HSL236.62º81.61%17.06%-
HSV(B)236.62º89.87%30.98%-
XYZ1.640.887.48-
YUV18.44162.17120.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.08%
GREEN value IS 12 (5.08% from 255) = 12.12%
BLUE value IS 79 (31.25% from 255) = 79.80%
R=8.08%
G=12.12%
B=79.80%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal812790.900.8500.69236.6281.6117.06
Hex8C4F5A55045ed5211
Octal1014117132125010535512221
Binary100011001001111101101010101010100010111101101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,12,79); }

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

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

 a { background-color: rgb(8,12,79); }

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

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

 span { border-color: rgb(8,12,79); }

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