Html Css Color HEX #120977 Midnight Blue

📋 copy color: '#120977'

red 18 ◦ green 9 ◦ blue 119

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

Shades of Midnight Blue #120977

Tints of Midnight Blue #120977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 81.51%

R = 12.33%
G = 6.16%
B = 81.51%

CMYK

 C value IS 0.85

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#120977 (or 0x120977) is known color: Midnight Blue. HEX triplet: 12, 09 and 77. RGB value is (18,9,119). Sum of RGB (Red+Green+Blue) = 18+9+119=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 119 (46.88% from 255 or 81.51% from 146); Max value from RGB is 119 - color contains mainly: blue. Hex color #120977 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120977 is #EDF688. Grayscale: #171717. Windows color (decimal): -15595145 or 7801106. OLE color: 7801106.

HSL color Cylindrical-coordinate representation of color #120977: hue angle of 244.91º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #120977 is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 9 119 -
CMYK 0.85 0.92 0 0.53
HSL 244.91º 0.86% 0.25% -
HSV(B) 244.91º 0.92% 0.47% -
XYZ 3.68 1.66 17.58 -
YUV 24.23 181.48 123.56 -
System Red Green Blue C M Y K H S L
Decimal 18 9 119 0.85 0.92 0 0.53 244.91 0.86 0.25
Hex 12 9 77 55 5C 0 35 F5 56 19
Octal 22 11 167 125 134 0 65 365 126 31
Binary 10010 1001 1110111 1010101 1011100 0 110101 11110101 1010110 11001

Color Harmonies of #120977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120977

Black with #120977

Text Example


Text Example

White with #120977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120977; }

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

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

background-color css

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

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

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

border-color css

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

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

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