Html Css Color HEX #091242 Midnight Express

📋 copy color: '#091242'

red 9 ◦ green 18 ◦ blue 66

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

Shades of Midnight Express #091242

Tints of Midnight Express #091242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.35%

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

R = 9.68%
G = 19.35%
B = 70.97%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#091242 (or 0x091242) is known color: Midnight Express. HEX triplet: 09, 12 and 42. RGB value is (9,18,66). Sum of RGB (Red+Green+Blue) = 9+18+66=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 66 (26.17% from 255 or 70.97% from 93); Max value from RGB is 66 - color contains mainly: blue. Hex color #091242 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091242 is #F6EDBD. Grayscale: #141414. Windows color (decimal): -16182718 or 4329993. OLE color: 4329993.

HSL color Cylindrical-coordinate representation of color #091242: hue angle of 230.53º 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 #091242 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 18 66 -
CMYK 0.86 0.73 0 0.74
HSL 230.53º 0.76% 0.15% -
HSV(B) 230.53º 0.86% 0.26% -
XYZ 1.31 0.88 5.26 -
YUV 20.78 153.52 119.6 -
System Red Green Blue C M Y K H S L
Decimal 9 18 66 0.86 0.73 0 0.74 230.53 0.76 0.15
Hex 9 12 42 56 49 0 4A E7 4C F
Octal 11 22 102 126 111 0 112 347 114 17
Binary 1001 10010 1000010 1010110 1001001 0 1001010 11100111 1001100 1111

Color Harmonies of #091242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091242

Black with #091242

Text Example


Text Example

White with #091242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091242; }

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

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

background-color css

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

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

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

border-color css

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

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

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