#080D36

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

Shades of Midnight Express #080D36

Tints of Midnight Express #080D36

Color information

#080D36 (or 0x080D36) is unknown color: approx Midnight Express. HEX triplet: 08, 0D and 36. RGB value is (8,13,54). Sum of RGB (Red+Green+Blue) = 8+13+54=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 54 (21.48% from 255 or 72% from 75); Max value from RGB is 54 - color contains mainly: blue. Hex color #080D36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D36 is #F7F2C9. Grayscale: #101010. Windows color (decimal): -16249546 or 3542280. OLE color: 3542280.

HSL color Cylindrical-coordinate representation of color #080D36: hue angle of 233.48º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #080D36 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB81354-
CMYK0.850.7600.79
HSL233.48º74.19%12.16%-
HSV(B)233.48º85.19%21.18%-
XYZ0.910.613.56-
YUV16.18149.34122.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.67%
GREEN value IS 13 (5.47% from 255) = 17.33%
BLUE value IS 54 (21.48% from 255) = 72%
R=10.67%
G=17.33%
B=72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal813540.850.7600.79233.4874.1912.16
Hex8D36554C04Fe94ac
Octal101566125114011735111214
Binary1000110111011010101011001100010011111110100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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