Html Css Color HEX #091542 Midnight Express

📋 copy color: '#091542'

red 9 ◦ green 21 ◦ blue 66

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

Shades of Midnight Express #091542

Tints of Midnight Express #091542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 68.75%

R = 9.38%
G = 21.88%
B = 68.75%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#091542 (or 0x091542) is known color: Midnight Express. HEX triplet: 09, 15 and 42. RGB value is (9,21,66). Sum of RGB (Red+Green+Blue) = 9+21+66=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 66 (26.17% from 255 or 68.75% from 96); Max value from RGB is 66 - color contains mainly: blue. Hex color #091542 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091542 is #F6EABD. Grayscale: #161616. Windows color (decimal): -16181950 or 4330761. OLE color: 4330761.

HSL color Cylindrical-coordinate representation of color #091542: hue angle of 227.37º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #091542 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 21 66 -
CMYK 0.86 0.68 0 0.74
HSL 227.37º 0.76% 0.15% -
HSV(B) 227.37º 0.86% 0.26% -
XYZ 1.36 0.99 5.27 -
YUV 22.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 9 21 66 0.86 0.68 0 0.74 227.37 0.76 0.15
Hex 9 15 42 56 44 0 4A E3 4C F
Octal 11 25 102 126 104 0 112 343 114 17
Binary 1001 10101 1000010 1010110 1000100 0 1001010 11100011 1001100 1111

Color Harmonies of #091542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091542

Black with #091542

Text Example


Text Example

White with #091542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091542; }

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

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

background-color css

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

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

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

border-color css

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

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

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