Html Css Color HEX #081042 Midnight Express

📋 copy color: '#081042'

red 8 ◦ green 16 ◦ blue 66

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

Shades of Midnight Express #081042

Tints of Midnight Express #081042

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.78%

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

R = 8.89%
G = 17.78%
B = 73.33%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#081042 (or 0x081042) is known color: Midnight Express. HEX triplet: 08, 10 and 42. RGB value is (8,16,66). Sum of RGB (Red+Green+Blue) = 8+16+66=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 16 (6.64% from 255 or 17.78% from 90); Blue value is 66 (26.17% from 255 or 73.33% from 90); Max value from RGB is 66 - color contains mainly: blue. Hex color #081042 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081042 is #F7EFBD. Grayscale: #131313. Windows color (decimal): -16248766 or 4329480. OLE color: 4329480.

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

Color convert

RGB 8 16 66 -
CMYK 0.88 0.76 0 0.74
HSL 231.72º 0.78% 0.15% -
HSV(B) 231.72º 0.88% 0.26% -
XYZ 1.27 0.82 5.24 -
YUV 19.31 154.35 119.93 -
System Red Green Blue C M Y K H S L
Decimal 8 16 66 0.88 0.76 0 0.74 231.72 0.78 0.15
Hex 8 10 42 58 4C 0 4A E8 4E F
Octal 10 20 102 130 114 0 112 350 116 17
Binary 1000 10000 1000010 1011000 1001100 0 1001010 11101000 1001110 1111

Color Harmonies of #081042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081042

Black with #081042

Text Example


Text Example

White with #081042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081042; }

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

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

background-color css

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

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

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

border-color css

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

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

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