Html Css Color HEX #080442 Midnight Express

📋 copy color: '#080442'

red 8 ◦ green 4 ◦ blue 66

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

Shades of Midnight Express #080442

Tints of Midnight Express #080442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.13%

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

R = 10.26%
G = 5.13%
B = 84.62%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#080442 (or 0x080442) is known color: Midnight Express. HEX triplet: 08, 04 and 42. RGB value is (8,4,66). Sum of RGB (Red+Green+Blue) = 8+4+66=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 4 (1.95% from 255 or 5.13% from 78); Blue value is 66 (26.17% from 255 or 84.62% from 78); Max value from RGB is 66 - color contains mainly: blue. Hex color #080442 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080442 is #F7FBBD. Grayscale: #0C0C0C. Windows color (decimal): -16251838 or 4326408. OLE color: 4326408.

HSL color Cylindrical-coordinate representation of color #080442: hue angle of 243.87º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080442 is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 8 4 66 -
CMYK 0.88 0.94 0 0.74
HSL 243.87º 0.89% 0.14% -
HSV(B) 243.87º 0.94% 0.26% -
XYZ 1.13 0.53 5.2 -
YUV 12.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 8 4 66 0.88 0.94 0 0.74 243.87 0.89 0.14
Hex 8 4 42 58 5E 0 4A F4 59 E
Octal 10 4 102 130 136 0 112 364 131 16
Binary 1000 100 1000010 1011000 1011110 0 1001010 11110100 1011001 1110

Color Harmonies of #080442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080442

Black with #080442

Text Example


Text Example

White with #080442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080442; }

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

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

background-color css

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

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

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

border-color css

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

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

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