Html Css Color HEX #091934 Midnight Express

📋 copy color: '#091934'

red 9 ◦ green 25 ◦ blue 52

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

Shades of Midnight Express #091934

Tints of Midnight Express #091934

RGB

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

 GREEN value IS 25 (10.16% from 255) = 29.07%

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

R = 10.47%
G = 29.07%
B = 60.47%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#091934 (or 0x091934) is known color: Midnight Express. HEX triplet: 09, 19 and 34. RGB value is (9,25,52). Sum of RGB (Red+Green+Blue) = 9+25+52=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 25 (10.16% from 255 or 29.07% from 86); Blue value is 52 (20.70% from 255 or 60.47% from 86); Max value from RGB is 52 - color contains mainly: blue. Hex color #091934 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091934 is #F6E6CB. Grayscale: #171717. Windows color (decimal): -16180940 or 3414281. OLE color: 3414281.

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

Color convert

RGB 9 25 52 -
CMYK 0.83 0.52 0 0.80
HSL 217.67º 0.7% 0.12% -
HSV(B) 217.67º 0.83% 0.2% -
XYZ 1.08 1 3.39 -
YUV 23.29 144.2 117.8 -
System Red Green Blue C M Y K H S L
Decimal 9 25 52 0.83 0.52 0 0.80 217.67 0.7 0.12
Hex 9 19 34 53 34 0 50 DA 46 C
Octal 11 31 64 123 64 0 120 332 106 14
Binary 1001 11001 110100 1010011 110100 0 1010000 11011010 1000110 1100

Color Harmonies of #091934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091934

Black with #091934

Text Example


Text Example

White with #091934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091934; }

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

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

background-color css

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

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

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

border-color css

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

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

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