Html Css Color HEX #091472 Midnight Blue

📋 copy color: '#091472'

red 9 ◦ green 20 ◦ blue 114

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

Shades of Midnight Blue #091472

Tints of Midnight Blue #091472

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.99%

 BLUE value IS 114 (44.92% from 255) = 79.72%

R = 6.29%
G = 13.99%
B = 79.72%

CMYK

 C value IS 0.92

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#091472 (or 0x091472) is known color: Midnight Blue. HEX triplet: 09, 14 and 72. RGB value is (9,20,114). Sum of RGB (Red+Green+Blue) = 9+20+114=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 114 (44.92% from 255 or 79.72% from 143); Max value from RGB is 114 - color contains mainly: blue. Hex color #091472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091472 is #F6EB8D. Grayscale: #1B1B1B. Windows color (decimal): -16182158 or 7476233. OLE color: 7476233.

HSL color Cylindrical-coordinate representation of color #091472: hue angle of 233.71º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091472 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 9 20 114 -
CMYK 0.92 0.82 0 0.55
HSL 233.71º 0.85% 0.24% -
HSV(B) 233.71º 0.92% 0.45% -
XYZ 3.4 1.77 16.08 -
YUV 27.43 176.86 114.86 -
System Red Green Blue C M Y K H S L
Decimal 9 20 114 0.92 0.82 0 0.55 233.71 0.85 0.24
Hex 9 14 72 5C 52 0 37 EA 55 18
Octal 11 24 162 134 122 0 67 352 125 30
Binary 1001 10100 1110010 1011100 1010010 0 110111 11101010 1010101 11000

Color Harmonies of #091472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091472

Black with #091472

Text Example


Text Example

White with #091472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091472; }

 p { color: rgb(9,20,114); }

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

background-color css

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

 a { background-color: rgb(9,20,114); }

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

border-color css

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

 span { border-color: rgb(9,20,114); }

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