Html Css Color HEX #120972 Midnight Blue

📋 copy color: '#120972'

red 18 ◦ green 9 ◦ blue 114

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

Shades of Midnight Blue #120972

Tints of Midnight Blue #120972

RGB

 RED value IS 18 (7.42% from 255) = 12.77%

 GREEN value IS 9 (3.91% from 255) = 6.38%

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

R = 12.77%
G = 6.38%
B = 80.85%

CMYK

 C value IS 0.84

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#120972 (or 0x120972) is known color: Midnight Blue. HEX triplet: 12, 09 and 72. RGB value is (18,9,114). Sum of RGB (Red+Green+Blue) = 18+9+114=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 114 (44.92% from 255 or 80.85% from 141); Max value from RGB is 114 - color contains mainly: blue. Hex color #120972 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120972 is #EDF68D. Grayscale: #171717. Windows color (decimal): -15595150 or 7473426. OLE color: 7473426.

HSL color Cylindrical-coordinate representation of color #120972: hue angle of 245.14º 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 #120972 is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 9 114 -
CMYK 0.84 0.92 0 0.55
HSL 245.14º 0.85% 0.24% -
HSV(B) 245.14º 0.92% 0.45% -
XYZ 3.38 1.54 16.04 -
YUV 23.66 178.98 123.96 -
System Red Green Blue C M Y K H S L
Decimal 18 9 114 0.84 0.92 0 0.55 245.14 0.85 0.24
Hex 12 9 72 54 5C 0 37 F5 55 18
Octal 22 11 162 124 134 0 67 365 125 30
Binary 10010 1001 1110010 1010100 1011100 0 110111 11110101 1010101 11000

Color Harmonies of #120972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120972

Black with #120972

Text Example


Text Example

White with #120972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120972; }

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

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

background-color css

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

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

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

border-color css

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

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

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