Html Css Color HEX #091048 Midnight Express

📋 copy color: '#091048'

red 9 ◦ green 16 ◦ blue 72

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

Shades of Midnight Express #091048

Tints of Midnight Express #091048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.49%

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

R = 9.28%
G = 16.49%
B = 74.23%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#091048 (or 0x091048) is known color: Midnight Express. HEX triplet: 09, 10 and 48. RGB value is (9,16,72). Sum of RGB (Red+Green+Blue) = 9+16+72=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 16 (6.64% from 255 or 16.49% from 97); Blue value is 72 (28.52% from 255 or 74.23% from 97); Max value from RGB is 72 - color contains mainly: blue. Hex color #091048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091048 is #F6EFB7. Grayscale: #141414. Windows color (decimal): -16183224 or 4722697. OLE color: 4722697.

HSL color Cylindrical-coordinate representation of color #091048: hue angle of 233.33º 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 #091048 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 16 72 -
CMYK 0.88 0.78 0 0.72
HSL 233.33º 0.78% 0.16% -
HSV(B) 233.33º 0.88% 0.28% -
XYZ 1.47 0.9 6.23 -
YUV 20.29 157.18 119.95 -
System Red Green Blue C M Y K H S L
Decimal 9 16 72 0.88 0.78 0 0.72 233.33 0.78 0.16
Hex 9 10 48 58 4E 0 48 E9 4E 10
Octal 11 20 110 130 116 0 110 351 116 20
Binary 1001 10000 1001000 1011000 1001110 0 1001000 11101001 1001110 10000

Color Harmonies of #091048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091048

Black with #091048

Text Example


Text Example

White with #091048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091048; }

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

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

background-color css

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

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

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

border-color css

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

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

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