Html Css Color HEX #091942 Midnight Express

📋 copy color: '#091942'

red 9 ◦ green 25 ◦ blue 66

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

Shades of Midnight Express #091942

Tints of Midnight Express #091942

RGB

 RED value IS 9 (3.91% from 255) = 9%

 GREEN value IS 25 (10.16% from 255) = 25%

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

R = 9%
G = 25%
B = 66%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#091942 (or 0x091942) is known color: Midnight Express. HEX triplet: 09, 19 and 42. RGB value is (9,25,66). Sum of RGB (Red+Green+Blue) = 9+25+66=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 66 (26.17% from 255 or 66% from 100); Max value from RGB is 66 - color contains mainly: blue. Hex color #091942 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091942 is #F6E6BD. Grayscale: #181818. Windows color (decimal): -16180926 or 4331785. OLE color: 4331785.

HSL color Cylindrical-coordinate representation of color #091942: hue angle of 223.16º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #091942 is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 25 66 -
CMYK 0.86 0.62 0 0.74
HSL 223.16º 0.76% 0.15% -
HSV(B) 223.16º 0.86% 0.26% -
XYZ 1.44 1.15 5.3 -
YUV 24.89 151.2 116.67 -
System Red Green Blue C M Y K H S L
Decimal 9 25 66 0.86 0.62 0 0.74 223.16 0.76 0.15
Hex 9 19 42 56 3E 0 4A DF 4C F
Octal 11 31 102 126 76 0 112 337 114 17
Binary 1001 11001 1000010 1010110 111110 0 1001010 11011111 1001100 1111

Color Harmonies of #091942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091942

Black with #091942

Text Example


Text Example

White with #091942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091942; }

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

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

background-color css

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

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

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

border-color css

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

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

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