Html Css Color HEX #120174 Navy

📋 copy color: '#120174'

red 18 ◦ green 1 ◦ blue 116

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

Shades of Navy #120174

Tints of Navy #120174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 85.93%

R = 13.33%
G = 0.74%
B = 85.93%

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

#120174 (or 0x120174) is known color: Navy. HEX triplet: 12, 01 and 74. RGB value is (18,1,116). Sum of RGB (Red+Green+Blue) = 18+1+116=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 116 (45.70% from 255 or 85.93% from 135); Max value from RGB is 116 - color contains mainly: blue. Hex color #120174 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120174 is #EDFE8B. Grayscale: #121212. Windows color (decimal): -15597196 or 7602450. OLE color: 7602450.

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

Color convert

RGB 18 1 116 -
CMYK 0.84 0.99 0 0.55
HSL 248.87º 0.98% 0.23% -
HSV(B) 248.87º 0.99% 0.45% -
XYZ 3.41 1.41 16.62 -
YUV 19.19 182.63 127.15 -
System Red Green Blue C M Y K H S L
Decimal 18 1 116 0.84 0.99 0 0.55 248.87 0.98 0.23
Hex 12 1 74 54 63 0 37 F9 62 17
Octal 22 1 164 124 143 0 67 371 142 27
Binary 10010 1 1110100 1010100 1100011 0 110111 11111001 1100010 10111

Color Harmonies of #120174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120174

Black with #120174

Text Example


Text Example

White with #120174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120174; }

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

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

background-color css

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

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

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

border-color css

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

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

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