Html Css Color HEX #081342 Midnight Express

📋 copy color: '#081342'

red 8 ◦ green 19 ◦ blue 66

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

Shades of Midnight Express #081342

Tints of Midnight Express #081342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.43%

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

R = 8.6%
G = 20.43%
B = 70.97%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#081342 (or 0x081342) is known color: Midnight Express. HEX triplet: 08, 13 and 42. RGB value is (8,19,66). Sum of RGB (Red+Green+Blue) = 8+19+66=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 66 (26.17% from 255 or 70.97% from 93); Max value from RGB is 66 - color contains mainly: blue. Hex color #081342 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081342 is #F7ECBD. Grayscale: #141414. Windows color (decimal): -16247998 or 4330248. OLE color: 4330248.

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

Color convert

RGB 8 19 66 -
CMYK 0.88 0.71 0 0.74
HSL 228.62º 0.78% 0.15% -
HSV(B) 228.62º 0.88% 0.26% -
XYZ 1.32 0.91 5.26 -
YUV 21.07 153.36 118.68 -
System Red Green Blue C M Y K H S L
Decimal 8 19 66 0.88 0.71 0 0.74 228.62 0.78 0.15
Hex 8 13 42 58 47 0 4A E5 4E F
Octal 10 23 102 130 107 0 112 345 116 17
Binary 1000 10011 1000010 1011000 1000111 0 1001010 11100101 1001110 1111

Color Harmonies of #081342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081342

Black with #081342

Text Example


Text Example

White with #081342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081342; }

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

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

background-color css

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

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

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

border-color css

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

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

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