Html Css Color HEX #091132 Midnight Express

📋 copy color: '#091132'

red 9 ◦ green 17 ◦ blue 50

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

Shades of Midnight Express #091132

Tints of Midnight Express #091132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 65.79%

R = 11.84%
G = 22.37%
B = 65.79%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#091132 (or 0x091132) is known color: Midnight Express. HEX triplet: 09, 11 and 32. RGB value is (9,17,50). Sum of RGB (Red+Green+Blue) = 9+17+50=76 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.84% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 50 (19.92% from 255 or 65.79% from 76); Max value from RGB is 50 - color contains mainly: blue. Hex color #091132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091132 is #F6EECD. Grayscale: #121212. Windows color (decimal): -16182990 or 3281161. OLE color: 3281161.

HSL color Cylindrical-coordinate representation of color #091132: hue angle of 228.29º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #091132 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 17 50 -
CMYK 0.82 0.66 0 0.80
HSL 228.29º 0.69% 0.12% -
HSV(B) 228.29º 0.82% 0.2% -
XYZ 0.89 0.69 3.1 -
YUV 18.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 9 17 50 0.82 0.66 0 0.80 228.29 0.69 0.12
Hex 9 11 32 52 42 0 50 E4 45 C
Octal 11 21 62 122 102 0 120 344 105 14
Binary 1001 10001 110010 1010010 1000010 0 1010000 11100100 1000101 1100

Color Harmonies of #091132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091132

Black with #091132

Text Example


Text Example

White with #091132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091132; }

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

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

background-color css

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

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

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

border-color css

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

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

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