Html Css Color HEX #091534 Midnight Express

📋 copy color: '#091534'

red 9 ◦ green 21 ◦ blue 52

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

Shades of Midnight Express #091534

Tints of Midnight Express #091534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 25.61%

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

R = 10.98%
G = 25.61%
B = 63.41%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#091534 (or 0x091534) is known color: Midnight Express. HEX triplet: 09, 15 and 34. RGB value is (9,21,52). Sum of RGB (Red+Green+Blue) = 9+21+52=82 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.98% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 52 (20.70% from 255 or 63.41% from 82); Max value from RGB is 52 - color contains mainly: blue. Hex color #091534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091534 is #F6EACB. Grayscale: #141414. Windows color (decimal): -16181964 or 3413257. OLE color: 3413257.

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

Color convert

RGB 9 21 52 -
CMYK 0.83 0.60 0 0.80
HSL 223.26º 0.7% 0.12% -
HSV(B) 223.26º 0.83% 0.2% -
XYZ 1 0.84 3.36 -
YUV 20.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 9 21 52 0.83 0.60 0 0.80 223.26 0.7 0.12
Hex 9 15 34 53 3C 0 50 DF 46 C
Octal 11 25 64 123 74 0 120 337 106 14
Binary 1001 10101 110100 1010011 111100 0 1010000 11011111 1000110 1100

Color Harmonies of #091534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091534

Black with #091534

Text Example


Text Example

White with #091534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091534; }

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

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

background-color css

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

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

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

border-color css

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

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

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