#080D4C

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

Shades of Midnight Express #080D4C

Tints of Midnight Express #080D4C

Color information

#080D4C (or 0x080D4C) is unknown color: approx Midnight Express. HEX triplet: 08, 0D and 4C. RGB value is (8,13,76). Sum of RGB (Red+Green+Blue) = 8+13+76=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 76 (30.08% from 255 or 78.35% from 97); Max value from RGB is 76 - color contains mainly: blue. Hex color #080D4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D4C is #F7F2B3. Grayscale: #121212. Windows color (decimal): -16249524 or 4984072. OLE color: 4984072.

HSL color Cylindrical-coordinate representation of color #080D4C: hue angle of 235.59º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080D4C is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB81376-
CMYK0.890.8300.70
HSL235.59º80.95%16.47%-
HSV(B)235.59º89.47%29.8%-
XYZ1.550.866.92-
YUV18.69160.34120.38-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.25%
GREEN value IS 13 (5.47% from 255) = 13.40%
BLUE value IS 76 (30.08% from 255) = 78.35%
R=8.25%
G=13.40%
B=78.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal813760.890.8300.70235.5980.9516.47
Hex8D4C5953046ec5110
Octal1015114131123010635412120
Binary100011011001100101100110100110100011011101100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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