Html Css Color HEX #120171 Navy

📋 copy color: '#120171'

red 18 ◦ green 1 ◦ blue 113

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

Shades of Navy #120171

Tints of Navy #120171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 85.61%

R = 13.64%
G = 0.76%
B = 85.61%

CMYK

 C value IS 0.84

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#120171 (or 0x120171) is known color: Navy. HEX triplet: 12, 01 and 71. RGB value is (18,1,113). Sum of RGB (Red+Green+Blue) = 18+1+113=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 113 (44.53% from 255 or 85.61% from 132); Max value from RGB is 113 - color contains mainly: blue. Hex color #120171 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120171 is #EDFE8E. Grayscale: #121212. Windows color (decimal): -15597199 or 7405842. OLE color: 7405842.

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

Color convert

RGB 18 1 113 -
CMYK 0.84 0.99 0 0.56
HSL 249.11º 0.98% 0.22% -
HSV(B) 249.11º 0.99% 0.44% -
XYZ 3.24 1.34 15.71 -
YUV 18.85 181.13 127.39 -
System Red Green Blue C M Y K H S L
Decimal 18 1 113 0.84 0.99 0 0.56 249.11 0.98 0.22
Hex 12 1 71 54 63 0 38 F9 62 16
Octal 22 1 161 124 143 0 70 371 142 26
Binary 10010 1 1110001 1010100 1100011 0 111000 11111001 1100010 10110

Color Harmonies of #120171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120171

Black with #120171

Text Example


Text Example

White with #120171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120171; }

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

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

background-color css

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

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

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

border-color css

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

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

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