#080E4B

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

Shades of Midnight Express #080E4B

Tints of Midnight Express #080E4B

Color information

#080E4B (or 0x080E4B) is unknown color: approx Midnight Express. HEX triplet: 08, 0E and 4B. RGB value is (8,14,75). Sum of RGB (Red+Green+Blue) = 8+14+75=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 75 (29.69% from 255 or 77.32% from 97); Max value from RGB is 75 - color contains mainly: blue. Hex color #080E4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080E4B is #F7F1B4. Grayscale: #121212. Windows color (decimal): -16249269 or 4918792. OLE color: 4918792.

HSL color Cylindrical-coordinate representation of color #080E4B: hue angle of 234.63º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080E4B is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB81475-
CMYK0.890.8100.71
HSL234.63º80.72%16.27%-
HSV(B)234.63º89.33%29.41%-
XYZ1.530.876.74-
YUV19.16159.51120.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.25%
GREEN value IS 14 (5.86% from 255) = 14.43%
BLUE value IS 75 (29.69% from 255) = 77.32%
R=8.25%
G=14.43%
B=77.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal814750.890.8100.71234.6380.7216.27
Hex8E4B5951047eb5110
Octal1016113131121010735312120
Binary100011101001011101100110100010100011111101011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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