Html Css Color HEX #080942 Midnight Express

📋 copy color: '#080942'

red 8 ◦ green 9 ◦ blue 66

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

Shades of Midnight Express #080942

Tints of Midnight Express #080942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.84%

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

R = 9.64%
G = 10.84%
B = 79.52%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#080942 (or 0x080942) is known color: Midnight Express. HEX triplet: 08, 09 and 42. RGB value is (8,9,66). Sum of RGB (Red+Green+Blue) = 8+9+66=83 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.64% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 66 (26.17% from 255 or 79.52% from 83); Max value from RGB is 66 - color contains mainly: blue. Hex color #080942 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080942 is #F7F6BD. Grayscale: #0E0E0E. Windows color (decimal): -16250558 or 4327688. OLE color: 4327688.

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

Color convert

RGB 8 9 66 -
CMYK 0.88 0.86 0 0.74
HSL 238.97º 0.78% 0.15% -
HSV(B) 238.97º 0.88% 0.26% -
XYZ 1.18 0.64 5.22 -
YUV 15.2 156.67 122.87 -
System Red Green Blue C M Y K H S L
Decimal 8 9 66 0.88 0.86 0 0.74 238.97 0.78 0.15
Hex 8 9 42 58 56 0 4A EF 4E F
Octal 10 11 102 130 126 0 112 357 116 17
Binary 1000 1001 1000010 1011000 1010110 0 1001010 11101111 1001110 1111

Color Harmonies of #080942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080942

Black with #080942

Text Example


Text Example

White with #080942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080942; }

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

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

background-color css

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

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

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

border-color css

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

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

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