Html Css Color HEX #091348 Midnight Express

📋 copy color: '#091348'

red 9 ◦ green 19 ◦ blue 72

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

Shades of Midnight Express #091348

Tints of Midnight Express #091348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 19%

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

R = 9%
G = 19%
B = 72%

CMYK

 C value IS 0.88

 M value IS 0.74

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#091348 (or 0x091348) is known color: Midnight Express. HEX triplet: 09, 13 and 48. RGB value is (9,19,72). Sum of RGB (Red+Green+Blue) = 9+19+72=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 72 (28.52% from 255 or 72% from 100); Max value from RGB is 72 - color contains mainly: blue. Hex color #091348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091348 is #F6ECB7. Grayscale: #151515. Windows color (decimal): -16182456 or 4723465. OLE color: 4723465.

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

Color convert

RGB 9 19 72 -
CMYK 0.88 0.74 0 0.72
HSL 230.48º 0.78% 0.16% -
HSV(B) 230.48º 0.88% 0.28% -
XYZ 1.52 0.99 6.24 -
YUV 22.05 156.19 118.69 -
System Red Green Blue C M Y K H S L
Decimal 9 19 72 0.88 0.74 0 0.72 230.48 0.78 0.16
Hex 9 13 48 58 4A 0 48 E6 4E 10
Octal 11 23 110 130 112 0 110 346 116 20
Binary 1001 10011 1001000 1011000 1001010 0 1001000 11100110 1001110 10000

Color Harmonies of #091348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091348

Black with #091348

Text Example


Text Example

White with #091348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091348; }

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

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

background-color css

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

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

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

border-color css

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

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

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