Html Css Color HEX #091270 Midnight Blue

📋 copy color: '#091270'

red 9 ◦ green 18 ◦ blue 112

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

Shades of Midnight Blue #091270

Tints of Midnight Blue #091270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 80.58%

R = 6.47%
G = 12.95%
B = 80.58%

CMYK

 C value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#091270 (or 0x091270) is known color: Midnight Blue. HEX triplet: 09, 12 and 70. RGB value is (9,18,112). Sum of RGB (Red+Green+Blue) = 9+18+112=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 112 (44.14% from 255 or 80.58% from 139); Max value from RGB is 112 - color contains mainly: blue. Hex color #091270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091270 is #F6ED8F. Grayscale: #191919. Windows color (decimal): -16182672 or 7344649. OLE color: 7344649.

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

Color convert

RGB 9 18 112 -
CMYK 0.92 0.84 0 0.56
HSL 234.76º 0.85% 0.24% -
HSV(B) 234.76º 0.92% 0.44% -
XYZ 3.25 1.66 15.48 -
YUV 26.03 176.52 115.86 -
System Red Green Blue C M Y K H S L
Decimal 9 18 112 0.92 0.84 0 0.56 234.76 0.85 0.24
Hex 9 12 70 5C 54 0 38 EB 55 18
Octal 11 22 160 134 124 0 70 353 125 30
Binary 1001 10010 1110000 1011100 1010100 0 111000 11101011 1010101 11000

Color Harmonies of #091270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091270

Black with #091270

Text Example


Text Example

White with #091270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091270; }

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

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

background-color css

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

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

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

border-color css

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

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

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