Html Css Color HEX #091142 Midnight Express

📋 copy color: '#091142'

red 9 ◦ green 17 ◦ blue 66

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

Shades of Midnight Express #091142

Tints of Midnight Express #091142

RGB

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

 GREEN value IS 17 (7.03% from 255) = 18.48%

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

R = 9.78%
G = 18.48%
B = 71.74%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#091142 (or 0x091142) is known color: Midnight Express. HEX triplet: 09, 11 and 42. RGB value is (9,17,66). Sum of RGB (Red+Green+Blue) = 9+17+66=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 66 (26.17% from 255 or 71.74% from 92); Max value from RGB is 66 - color contains mainly: blue. Hex color #091142 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091142 is #F6EEBD. Grayscale: #131313. Windows color (decimal): -16182974 or 4329737. OLE color: 4329737.

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

Color convert

RGB 9 17 66 -
CMYK 0.86 0.74 0 0.74
HSL 231.58º 0.76% 0.15% -
HSV(B) 231.58º 0.86% 0.26% -
XYZ 1.3 0.85 5.25 -
YUV 20.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 9 17 66 0.86 0.74 0 0.74 231.58 0.76 0.15
Hex 9 11 42 56 4A 0 4A E8 4C F
Octal 11 21 102 126 112 0 112 350 114 17
Binary 1001 10001 1000010 1010110 1001010 0 1001010 11101000 1001100 1111

Color Harmonies of #091142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091142

Black with #091142

Text Example


Text Example

White with #091142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091142; }

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

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

background-color css

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

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

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

border-color css

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

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

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