#080D39

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

Shades of Midnight Express #080D39

Tints of Midnight Express #080D39

Color information

#080D39 (or 0x080D39) is unknown color: approx Midnight Express. HEX triplet: 08, 0D and 39. RGB value is (8,13,57). Sum of RGB (Red+Green+Blue) = 8+13+57=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 57 (22.66% from 255 or 73.08% from 78); Max value from RGB is 57 - color contains mainly: blue. Hex color #080D39 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D39 is #F7F2C6. Grayscale: #101010. Windows color (decimal): -16249543 or 3738888. OLE color: 3738888.

HSL color Cylindrical-coordinate representation of color #080D39: hue angle of 233.88º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #080D39 is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB81357-
CMYK0.860.7700.78
HSL233.88º75.38%12.75%-
HSV(B)233.88º85.96%22.35%-
XYZ0.980.633.94-
YUV16.52150.84121.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.26%
GREEN value IS 13 (5.47% from 255) = 16.67%
BLUE value IS 57 (22.66% from 255) = 73.08%
R=10.26%
G=16.67%
B=73.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal813570.860.7700.78233.8875.3812.75
Hex8D39564D04Eea4bd
Octal101571126115011635211315
Binary1000110111100110101101001101010011101110101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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