Html Css Color HEX #091434 Midnight Express

📋 copy color: '#091434'

red 9 ◦ green 20 ◦ blue 52

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

Shades of Midnight Express #091434

Tints of Midnight Express #091434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 64.2%

R = 11.11%
G = 24.69%
B = 64.2%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#091434 (or 0x091434) is known color: Midnight Express. HEX triplet: 09, 14 and 34. RGB value is (9,20,52). Sum of RGB (Red+Green+Blue) = 9+20+52=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 52 (20.70% from 255 or 64.20% from 81); Max value from RGB is 52 - color contains mainly: blue. Hex color #091434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091434 is #F6EBCB. Grayscale: #141414. Windows color (decimal): -16182220 or 3413001. OLE color: 3413001.

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

Color convert

RGB 9 20 52 -
CMYK 0.83 0.62 0 0.80
HSL 224.65º 0.7% 0.12% -
HSV(B) 224.65º 0.83% 0.2% -
XYZ 0.98 0.81 3.35 -
YUV 20.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 9 20 52 0.83 0.62 0 0.80 224.65 0.7 0.12
Hex 9 14 34 53 3E 0 50 E1 46 C
Octal 11 24 64 123 76 0 120 341 106 14
Binary 1001 10100 110100 1010011 111110 0 1010000 11100001 1000110 1100

Color Harmonies of #091434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091434

Black with #091434

Text Example


Text Example

White with #091434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091434; }

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

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

background-color css

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

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

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

border-color css

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

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

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