Html Css Color HEX #091D48 Midnight Express

📋 copy color: '#091D48'

red 9 ◦ green 29 ◦ blue 72

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

Shades of Midnight Express #091D48

Tints of Midnight Express #091D48

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.36%

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

R = 8.18%
G = 26.36%
B = 65.45%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#091D48 (or 0x091D48) is known color: Midnight Express. HEX triplet: 09, 1D and 48. RGB value is (9,29,72). Sum of RGB (Red+Green+Blue) = 9+29+72=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 72 (28.52% from 255 or 65.45% from 110); Max value from RGB is 72 - color contains mainly: blue. Hex color #091D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D48 is #F6E2B7. Grayscale: #1B1B1B. Windows color (decimal): -16179896 or 4726025. OLE color: 4726025.

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

Color convert

RGB 9 29 72 -
CMYK 0.88 0.60 0 0.72
HSL 220.95º 0.78% 0.16% -
HSV(B) 220.95º 0.88% 0.28% -
XYZ 1.72 1.4 6.31 -
YUV 27.92 152.87 114.5 -
System Red Green Blue C M Y K H S L
Decimal 9 29 72 0.88 0.60 0 0.72 220.95 0.78 0.16
Hex 9 1D 48 58 3C 0 48 DD 4E 10
Octal 11 35 110 130 74 0 110 335 116 20
Binary 1001 11101 1001000 1011000 111100 0 1001000 11011101 1001110 10000

Color Harmonies of #091D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091D48

Black with #091D48

Text Example


Text Example

White with #091D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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