Html Css Color HEX #091248 Midnight Express

📋 copy color: '#091248'

red 9 ◦ green 18 ◦ blue 72

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

Shades of Midnight Express #091248

Tints of Midnight Express #091248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 72.73%

R = 9.09%
G = 18.18%
B = 72.73%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#091248 (or 0x091248) is known color: Midnight Express. HEX triplet: 09, 12 and 48. RGB value is (9,18,72). Sum of RGB (Red+Green+Blue) = 9+18+72=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 72 (28.52% from 255 or 72.73% from 99); Max value from RGB is 72 - color contains mainly: blue. Hex color #091248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091248 is #F6EDB7. Grayscale: #151515. Windows color (decimal): -16182712 or 4723209. OLE color: 4723209.

HSL color Cylindrical-coordinate representation of color #091248: hue angle of 231.43º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #091248 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 18 72 -
CMYK 0.88 0.75 0 0.72
HSL 231.43º 0.78% 0.16% -
HSV(B) 231.43º 0.88% 0.28% -
XYZ 1.5 0.96 6.24 -
YUV 21.47 156.52 119.11 -
System Red Green Blue C M Y K H S L
Decimal 9 18 72 0.88 0.75 0 0.72 231.43 0.78 0.16
Hex 9 12 48 58 4B 0 48 E7 4E 10
Octal 11 22 110 130 113 0 110 347 116 20
Binary 1001 10010 1001000 1011000 1001011 0 1001000 11100111 1001110 10000

Color Harmonies of #091248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091248

Black with #091248

Text Example


Text Example

White with #091248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091248; }

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

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

background-color css

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

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

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

border-color css

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

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

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