Html Css Color HEX #160176 Navy

📋 copy color: '#160176'

red 22 ◦ green 1 ◦ blue 118

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

Shades of Navy #160176

Tints of Navy #160176

RGB

 RED value IS 22 (8.98% from 255) = 15.6%

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

 BLUE value IS 118 (46.48% from 255) = 83.69%

R = 15.6%
G = 0.71%
B = 83.69%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#160176 (or 0x160176) is known color: Navy. HEX triplet: 16, 01 and 76. RGB value is (22,1,118). Sum of RGB (Red+Green+Blue) = 22+1+118=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 118 (46.48% from 255 or 83.69% from 141); Max value from RGB is 118 - color contains mainly: blue. Hex color #160176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160176 is #E9FE89. Grayscale: #141414. Windows color (decimal): -15335050 or 7733526. OLE color: 7733526.

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

Color convert

RGB 22 1 118 -
CMYK 0.81 0.99 0 0.54
HSL 250.77º 0.98% 0.23% -
HSV(B) 250.77º 0.99% 0.46% -
XYZ 3.61 1.5 17.24 -
YUV 20.62 182.96 128.99 -
System Red Green Blue C M Y K H S L
Decimal 22 1 118 0.81 0.99 0 0.54 250.77 0.98 0.23
Hex 16 1 76 51 63 0 36 FB 62 17
Octal 26 1 166 121 143 0 66 373 142 27
Binary 10110 1 1110110 1010001 1100011 0 110110 11111011 1100010 10111

Color Harmonies of #160176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160176

Black with #160176

Text Example


Text Example

White with #160176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160176; }

 p { color: rgb(22,1,118); }

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

background-color css

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

 a { background-color: rgb(22,1,118); }

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

border-color css

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

 span { border-color: rgb(22,1,118); }

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