Html Css Color HEX #120173 Navy

📋 copy color: '#120173'

red 18 ◦ green 1 ◦ blue 115

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

Shades of Navy #120173

Tints of Navy #120173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 85.82%

R = 13.43%
G = 0.75%
B = 85.82%

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

#120173 (or 0x120173) is known color: Navy. HEX triplet: 12, 01 and 73. RGB value is (18,1,115). Sum of RGB (Red+Green+Blue) = 18+1+115=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 115 (45.31% from 255 or 85.82% from 134); Max value from RGB is 115 - color contains mainly: blue. Hex color #120173 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120173 is #EDFE8C. Grayscale: #121212. Windows color (decimal): -15597197 or 7536914. OLE color: 7536914.

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

Color convert

RGB 18 1 115 -
CMYK 0.84 0.99 0 0.55
HSL 248.95º 0.98% 0.23% -
HSV(B) 248.95º 0.99% 0.45% -
XYZ 3.35 1.39 16.31 -
YUV 19.08 182.13 127.23 -
System Red Green Blue C M Y K H S L
Decimal 18 1 115 0.84 0.99 0 0.55 248.95 0.98 0.23
Hex 12 1 73 54 63 0 37 F9 62 17
Octal 22 1 163 124 143 0 67 371 142 27
Binary 10010 1 1110011 1010100 1100011 0 110111 11111001 1100010 10111

Color Harmonies of #120173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120173

Black with #120173

Text Example


Text Example

White with #120173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120173; }

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

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

background-color css

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

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

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

border-color css

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

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

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