#080C36

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

Shades of Midnight Express #080C36

Tints of Midnight Express #080C36

Color information

#080C36 (or 0x080C36) is unknown color: approx Midnight Express. HEX triplet: 08, 0C and 36. RGB value is (8,12,54). Sum of RGB (Red+Green+Blue) = 8+12+54=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 12 (5.08% from 255 or 16.22% from 74); Blue value is 54 (21.48% from 255 or 72.97% from 74); Max value from RGB is 54 - color contains mainly: blue. Hex color #080C36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C36 is #F7F3C9. Grayscale: #0F0F0F. Windows color (decimal): -16249802 or 3542024. OLE color: 3542024.

HSL color Cylindrical-coordinate representation of color #080C36: hue angle of 234.78º 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 #080C36 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB81254-
CMYK0.850.7800.79
HSL234.78º74.19%12.16%-
HSV(B)234.78º85.19%21.18%-
XYZ0.90.583.55-
YUV15.59149.67122.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.81%
GREEN value IS 12 (5.08% from 255) = 16.22%
BLUE value IS 54 (21.48% from 255) = 72.97%
R=10.81%
G=16.22%
B=72.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal812540.850.7800.79234.7874.1912.16
Hex8C36554E04Feb4ac
Octal101466125116011735311214
Binary1000110011011010101011001110010011111110101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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