Html Css Color HEX #091A34 Midnight Express

📋 copy color: '#091A34'

red 9 ◦ green 26 ◦ blue 52

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

Shades of Midnight Express #091A34

Tints of Midnight Express #091A34

RGB

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

 GREEN value IS 26 (10.55% from 255) = 29.89%

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

R = 10.34%
G = 29.89%
B = 59.77%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#091A34 (or 0x091A34) is known color: Midnight Express. HEX triplet: 09, 1A and 34. RGB value is (9,26,52). Sum of RGB (Red+Green+Blue) = 9+26+52=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 26 (10.55% from 255 or 29.89% from 87); Blue value is 52 (20.70% from 255 or 59.77% from 87); Max value from RGB is 52 - color contains mainly: blue. Hex color #091A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091A34 is #F6E5CB. Grayscale: #171717. Windows color (decimal): -16180684 or 3414537. OLE color: 3414537.

HSL color Cylindrical-coordinate representation of color #091A34: hue angle of 216.28º 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 #091A34 is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 26 52 -
CMYK 0.83 0.50 0 0.80
HSL 216.28º 0.7% 0.12% -
HSV(B) 216.28º 0.83% 0.2% -
XYZ 1.1 1.04 3.39 -
YUV 23.88 143.87 117.39 -
System Red Green Blue C M Y K H S L
Decimal 9 26 52 0.83 0.50 0 0.80 216.28 0.7 0.12
Hex 9 1A 34 53 32 0 50 D8 46 C
Octal 11 32 64 123 62 0 120 330 106 14
Binary 1001 11010 110100 1010011 110010 0 1010000 11011000 1000110 1100

Color Harmonies of #091A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091A34

Black with #091A34

Text Example


Text Example

White with #091A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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