Html Css Color HEX #120172 Navy

📋 copy color: '#120172'

red 18 ◦ green 1 ◦ blue 114

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

Shades of Navy #120172

Tints of Navy #120172

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

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

R = 13.53%
G = 0.75%
B = 85.71%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#120172 (or 0x120172) is known color: Navy. HEX triplet: 12, 01 and 72. RGB value is (18,1,114). Sum of RGB (Red+Green+Blue) = 18+1+114=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 114 (44.92% from 255 or 85.71% from 133); Max value from RGB is 114 - color contains mainly: blue. Hex color #120172 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120172 is #EDFE8D. Grayscale: #121212. Windows color (decimal): -15597198 or 7471378. OLE color: 7471378.

HSL color Cylindrical-coordinate representation of color #120172: hue angle of 249.03º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #120172 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 1 114 -
CMYK 0.84 0.99 0 0.55
HSL 249.03º 0.98% 0.23% -
HSV(B) 249.03º 0.99% 0.45% -
XYZ 3.3 1.37 16.01 -
YUV 18.97 181.63 127.31 -
System Red Green Blue C M Y K H S L
Decimal 18 1 114 0.84 0.99 0 0.55 249.03 0.98 0.23
Hex 12 1 72 54 63 0 37 F9 62 17
Octal 22 1 162 124 143 0 67 371 142 27
Binary 10010 1 1110010 1010100 1100011 0 110111 11111001 1100010 10111

Color Harmonies of #120172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120172

Black with #120172

Text Example


Text Example

White with #120172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120172; }

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

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

background-color css

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

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

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

border-color css

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

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

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