#081A41

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

Shades of Midnight Express #081A41

Tints of Midnight Express #081A41

Color information

#081A41 (or 0x081A41) is unknown color: approx Midnight Express. HEX triplet: 08, 1A and 41. RGB value is (8,26,65). Sum of RGB (Red+Green+Blue) = 8+26+65=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 65 (25.78% from 255 or 65.66% from 99); Max value from RGB is 65 - color contains mainly: blue. Hex color #081A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081A41 is #F7E5BE. Grayscale: #181818. Windows color (decimal): -16246207 or 4266504. OLE color: 4266504.

HSL color Cylindrical-coordinate representation of color #081A41: hue angle of 221.05º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #081A41 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB82665-
CMYK0.880.6000.75
HSL221.05º78.08%14.31%-
HSV(B)221.05º87.69%25.49%-
XYZ1.421.175.15-
YUV25.06150.54115.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.08%
GREEN value IS 26 (10.55% from 255) = 26.26%
BLUE value IS 65 (25.78% from 255) = 65.66%
R=8.08%
G=26.26%
B=65.66%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal826650.880.6000.75221.0578.0814.31
Hex81A41583C04Bdd4ee
Octal103210113074011333511616
Binary10001101010000011011000111100010010111101110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,26,65); }

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

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

 a { background-color: rgb(8,26,65); }

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

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

 span { border-color: rgb(8,26,65); }

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