Html Css Color HEX #091442 Midnight Express

📋 copy color: '#091442'

red 9 ◦ green 20 ◦ blue 66

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

Shades of Midnight Express #091442

Tints of Midnight Express #091442

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.05%

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

R = 9.47%
G = 21.05%
B = 69.47%

CMYK

 C value IS 0.86

 M value IS 0.70

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#091442 (or 0x091442) is known color: Midnight Express. HEX triplet: 09, 14 and 42. RGB value is (9,20,66). Sum of RGB (Red+Green+Blue) = 9+20+66=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 66 (26.17% from 255 or 69.47% from 95); Max value from RGB is 66 - color contains mainly: blue. Hex color #091442 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091442 is #F6EBBD. Grayscale: #151515. Windows color (decimal): -16182206 or 4330505. OLE color: 4330505.

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

Color convert

RGB 9 20 66 -
CMYK 0.86 0.70 0 0.74
HSL 228.42º 0.76% 0.15% -
HSV(B) 228.42º 0.86% 0.26% -
XYZ 1.35 0.95 5.27 -
YUV 21.96 152.86 118.76 -
System Red Green Blue C M Y K H S L
Decimal 9 20 66 0.86 0.70 0 0.74 228.42 0.76 0.15
Hex 9 14 42 56 46 0 4A E4 4C F
Octal 11 24 102 126 106 0 112 344 114 17
Binary 1001 10100 1000010 1010110 1000110 0 1001010 11100100 1001100 1111

Color Harmonies of #091442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091442

Black with #091442

Text Example


Text Example

White with #091442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091442; }

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

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

background-color css

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

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

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

border-color css

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

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

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