#081E42

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

Shades of Midnight Express #081E42

Tints of Midnight Express #081E42

Color information

#081E42 (or 0x081E42) is unknown color: approx Midnight Express. HEX triplet: 08, 1E and 42. RGB value is (8,30,66). Sum of RGB (Red+Green+Blue) = 8+30+66=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 66 (26.17% from 255 or 63.46% from 104); Max value from RGB is 66 - color contains mainly: blue. Hex color #081E42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081E42 is #F7E1BD. Grayscale: #1B1B1B. Windows color (decimal): -16245182 or 4333064. OLE color: 4333064.

HSL color Cylindrical-coordinate representation of color #081E42: hue angle of 217.24º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #081E42 is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB83066-
CMYK0.880.5500.74
HSL217.24º78.38%14.51%-
HSV(B)217.24º87.88%25.88%-
XYZ1.551.375.34-
YUV27.53149.71114.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.69%
GREEN value IS 30 (12.11% from 255) = 28.85%
BLUE value IS 66 (26.17% from 255) = 63.46%
R=7.69%
G=28.85%
B=63.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal830660.880.5500.74217.2478.3814.51
Hex81E42583704Ad94ef
Octal103610213067011233111617
Binary10001111010000101011000110111010010101101100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081E42; }

 p { color: rgb(8,30,66); }

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

<style>
 a { background-color: #081E42; }

 a { background-color: rgb(8,30,66); }

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

<style>
 span { border-color: #081E42; }

 span { border-color: rgb(8,30,66); }

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