#080D34

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

Shades of Midnight Express #080D34

Tints of Midnight Express #080D34

Color information

#080D34 (or 0x080D34) is unknown color: approx Midnight Express. HEX triplet: 08, 0D and 34. RGB value is (8,13,52). Sum of RGB (Red+Green+Blue) = 8+13+52=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 13 (5.47% from 255 or 17.81% from 73); Blue value is 52 (20.70% from 255 or 71.23% from 73); Max value from RGB is 52 - color contains mainly: blue. Hex color #080D34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D34 is #F7F2CB. Grayscale: #0F0F0F. Windows color (decimal): -16249548 or 3411208. OLE color: 3411208.

HSL color Cylindrical-coordinate representation of color #080D34: hue angle of 233.18º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #080D34 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB81352-
CMYK0.850.7500.80
HSL233.18º73.33%11.76%-
HSV(B)233.18º84.62%20.39%-
XYZ0.860.593.32-
YUV15.95148.34122.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.96%
GREEN value IS 13 (5.47% from 255) = 17.81%
BLUE value IS 52 (20.70% from 255) = 71.23%
R=10.96%
G=17.81%
B=71.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal813520.850.7500.80233.1873.3311.76
Hex8D34554B050e949c
Octal101564125113012035111114
Binary1000110111010010101011001011010100001110100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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