#080E33

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

Shades of Midnight Express #080E33

Tints of Midnight Express #080E33

Color information

#080E33 (or 0x080E33) is unknown color: approx Midnight Express. HEX triplet: 08, 0E and 33. RGB value is (8,14,51). Sum of RGB (Red+Green+Blue) = 8+14+51=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 14 (5.86% from 255 or 19.18% from 73); Blue value is 51 (20.31% from 255 or 69.86% from 73); Max value from RGB is 51 - color contains mainly: blue. Hex color #080E33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E33 is #F7F1CC. Grayscale: #101010. Windows color (decimal): -16249293 or 3345928. OLE color: 3345928.

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

Color convert

RGB81451-
CMYK0.840.7300.8
HSL231.63º72.88%11.57%-
HSV(B)231.63º84.31%20%-
XYZ0.850.63.2-
YUV16.42147.51121.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 10.96%
GREEN value IS 14 (5.86% from 255) = 19.18%
BLUE value IS 51 (20.31% from 255) = 69.86%
R=10.96%
G=19.18%
B=69.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal814510.840.7300.8231.6372.8811.57
Hex8E335449050e849c
Octal101663124111012035011114
Binary1000111011001110101001001001010100001110100010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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