Html Css Color HEX #120175 Navy

📋 copy color: '#120175'

red 18 ◦ green 1 ◦ blue 117

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

Shades of Navy #120175

Tints of Navy #120175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 86.03%

R = 13.24%
G = 0.74%
B = 86.03%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#120175 (or 0x120175) is known color: Navy. HEX triplet: 12, 01 and 75. RGB value is (18,1,117). Sum of RGB (Red+Green+Blue) = 18+1+117=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 117 (46.09% from 255 or 86.03% from 136); Max value from RGB is 117 - color contains mainly: blue. Hex color #120175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120175 is #EDFE8A. Grayscale: #121212. Windows color (decimal): -15597195 or 7667986. OLE color: 7667986.

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

Color convert

RGB 18 1 117 -
CMYK 0.85 0.99 0 0.54
HSL 248.79º 0.98% 0.23% -
HSV(B) 248.79º 0.99% 0.46% -
XYZ 3.47 1.43 16.92 -
YUV 19.31 183.13 127.07 -
System Red Green Blue C M Y K H S L
Decimal 18 1 117 0.85 0.99 0 0.54 248.79 0.98 0.23
Hex 12 1 75 55 63 0 36 F9 62 17
Octal 22 1 165 125 143 0 66 371 142 27
Binary 10010 1 1110101 1010101 1100011 0 110110 11111001 1100010 10111

Color Harmonies of #120175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120175

Black with #120175

Text Example


Text Example

White with #120175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120175; }

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

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

background-color css

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

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

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

border-color css

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

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

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