#080D32

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

Shades of Midnight Express #080D32

Tints of Midnight Express #080D32

Color information

#080D32 (or 0x080D32) is unknown color: approx Midnight Express. HEX triplet: 08, 0D and 32. RGB value is (8,13,50). Sum of RGB (Red+Green+Blue) = 8+13+50=71 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.27% from 71); Green value is 13 (5.47% from 255 or 18.31% from 71); Blue value is 50 (19.92% from 255 or 70.42% from 71); Max value from RGB is 50 - color contains mainly: blue. Hex color #080D32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D32 is #F7F2CD. Grayscale: #0F0F0F. Windows color (decimal): -16249550 or 3280136. OLE color: 3280136.

HSL color Cylindrical-coordinate representation of color #080D32: hue angle of 232.86º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #080D32 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB81350-
CMYK0.840.7400.80
HSL232.86º72.41%11.37%-
HSV(B)232.86º84%19.61%-
XYZ0.820.573.08-
YUV15.72147.34122.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.27%
GREEN value IS 13 (5.47% from 255) = 18.31%
BLUE value IS 50 (19.92% from 255) = 70.42%
R=11.27%
G=18.31%
B=70.42%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal813500.840.7400.80232.8672.4111.37
Hex8D32544A050e948b
Octal101562124112012035111013
Binary1000110111001010101001001010010100001110100110010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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