Html Css Color HEX #081442 Midnight Express

📋 copy color: '#081442'

red 8 ◦ green 20 ◦ blue 66

#081442
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #081442

Tints of Midnight Express #081442

RGB

 RED value IS 8 (3.52% from 255) = 8.51%

 GREEN value IS 20 (8.2% from 255) = 21.28%

 BLUE value IS 66 (26.17% from 255) = 70.21%

R = 8.51%
G = 21.28%
B = 70.21%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#081442 (or 0x081442) is known color: Midnight Express. HEX triplet: 08, 14 and 42. RGB value is (8,20,66). Sum of RGB (Red+Green+Blue) = 8+20+66=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 66 (26.17% from 255 or 70.21% from 94); Max value from RGB is 66 - color contains mainly: blue. Hex color #081442 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081442 is #F7EBBD. Grayscale: #151515. Windows color (decimal): -16247742 or 4330504. OLE color: 4330504.

HSL color Cylindrical-coordinate representation of color #081442: hue angle of 227.59º 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 #081442 is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 8 20 66 -
CMYK 0.88 0.70 0 0.74
HSL 227.59º 0.78% 0.15% -
HSV(B) 227.59º 0.88% 0.26% -
XYZ 1.33 0.95 5.27 -
YUV 21.66 153.02 118.26 -
System Red Green Blue C M Y K H S L
Decimal 8 20 66 0.88 0.70 0 0.74 227.59 0.78 0.15
Hex 8 14 42 58 46 0 4A E4 4E F
Octal 10 24 102 130 106 0 112 344 116 17
Binary 1000 10100 1000010 1011000 1000110 0 1001010 11100100 1001110 1111

Color Harmonies of #081442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081442

Black with #081442

Text Example


Text Example

White with #081442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081442; }

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

 H1.HeaderClassName
 {
   color: #081442;
 }
 .AnyTagClassName
 {
   color: #081442;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #081442;
 }
 .BgClassName
 {
   background-color: #081442;
 }
</style>

border-color css

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

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

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