#080C32

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

Shades of Midnight Express #080C32

Tints of Midnight Express #080C32

Color information

#080C32 (or 0x080C32) is unknown color: approx Midnight Express. HEX triplet: 08, 0C and 32. RGB value is (8,12,50). Sum of RGB (Red+Green+Blue) = 8+12+50=70 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.43% from 70); Green value is 12 (5.08% from 255 or 17.14% from 70); Blue value is 50 (19.92% from 255 or 71.43% from 70); Max value from RGB is 50 - color contains mainly: blue. Hex color #080C32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C32 is #F7F3CD. Grayscale: #0E0E0E. Windows color (decimal): -16249806 or 3279880. OLE color: 3279880.

HSL color Cylindrical-coordinate representation of color #080C32: hue angle of 234.29º 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 #080C32 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB81250-
CMYK0.840.7600.80
HSL234.29º72.41%11.37%-
HSV(B)234.29º84%19.61%-
XYZ0.810.543.08-
YUV15.14147.67122.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.43%
GREEN value IS 12 (5.08% from 255) = 17.14%
BLUE value IS 50 (19.92% from 255) = 71.43%
R=11.43%
G=17.14%
B=71.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal812500.840.7600.80234.2972.4111.37
Hex8C32544C050ea48b
Octal101462124114012035211013
Binary1000110011001010101001001100010100001110101010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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