Html Css Color HEX #091332 Midnight Express

📋 copy color: '#091332'

red 9 ◦ green 19 ◦ blue 50

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

Shades of Midnight Express #091332

Tints of Midnight Express #091332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 24.36%

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

R = 11.54%
G = 24.36%
B = 64.1%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#091332 (or 0x091332) is known color: Midnight Express. HEX triplet: 09, 13 and 32. RGB value is (9,19,50). Sum of RGB (Red+Green+Blue) = 9+19+50=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 50 (19.92% from 255 or 64.10% from 78); Max value from RGB is 50 - color contains mainly: blue. Hex color #091332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091332 is #F6ECCD. Grayscale: #131313. Windows color (decimal): -16182478 or 3281673. OLE color: 3281673.

HSL color Cylindrical-coordinate representation of color #091332: hue angle of 225.37º 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 #091332 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 19 50 -
CMYK 0.82 0.62 0 0.80
HSL 225.37º 0.69% 0.12% -
HSV(B) 225.37º 0.82% 0.2% -
XYZ 0.92 0.75 3.11 -
YUV 19.54 145.19 120.48 -
System Red Green Blue C M Y K H S L
Decimal 9 19 50 0.82 0.62 0 0.80 225.37 0.69 0.12
Hex 9 13 32 52 3E 0 50 E1 45 C
Octal 11 23 62 122 76 0 120 341 105 14
Binary 1001 10011 110010 1010010 111110 0 1010000 11100001 1000101 1100

Color Harmonies of #091332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091332

Black with #091332

Text Example


Text Example

White with #091332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091332; }

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

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

background-color css

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

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

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

border-color css

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

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

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