#080C33

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

Shades of Midnight Express #080C33

Tints of Midnight Express #080C33

Color information

#080C33 (or 0x080C33) is unknown color: approx Midnight Express. HEX triplet: 08, 0C and 33. RGB value is (8,12,51). Sum of RGB (Red+Green+Blue) = 8+12+51=71 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.27% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 51 (20.31% from 255 or 71.83% from 71); Max value from RGB is 51 - color contains mainly: blue. Hex color #080C33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C33 is #F7F3CC. Grayscale: #0F0F0F. Windows color (decimal): -16249805 or 3345416. OLE color: 3345416.

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

Color convert

RGB81251-
CMYK0.840.7600.8
HSL234.42º72.88%11.57%-
HSV(B)234.42º84.31%20%-
XYZ0.830.553.2-
YUV15.25148.17122.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.27%
GREEN value IS 12 (5.08% from 255) = 16.90%
BLUE value IS 51 (20.31% from 255) = 71.83%
R=11.27%
G=16.90%
B=71.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal812510.840.7600.8234.4272.8811.57
Hex8C33544C050ea49c
Octal101463124114012035211114
Binary1000110011001110101001001100010100001110101010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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