Shades of Navy #130177
Tints of Navy #130177
RGB
CMYK
RGB Variations
Color information
#130177 (or 0x130177) is known color: Navy. HEX triplet: 13, 01 and 77. RGB value is (19,1,119). Sum of RGB (Red+Green+Blue) = 19+1+119=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 119 (46.88% from 255 or 85.61% from 139); Max value from RGB is 119 - color contains mainly: blue. Hex color #130177 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130177 is #ECFE88. Grayscale: #131313. Windows color (decimal): -15531657 or 7799059. OLE color: 7799059.
HSL color Cylindrical-coordinate representation of color #130177: hue angle of 249.15º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #130177 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 1 | 119 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.53 |
| HSL | 249.15º | 0.98% | 0.24% | - |
| HSV(B) | 249.15º | 0.99% | 0.47% | - |
| XYZ | 3.61 | 1.49 | 17.55 | - |
| YUV | 19.83 | 183.96 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 119 | 0.84 | 0.99 | 0 | 0.53 | 249.15 | 0.98 | 0.24 |
| Hex | 13 | 1 | 77 | 54 | 63 | 0 | 35 | F9 | 62 | 18 |
| Octal | 23 | 1 | 167 | 124 | 143 | 0 | 65 | 371 | 142 | 30 |
| Binary | 10011 | 1 | 1110111 | 1010100 | 1100011 | 0 | 110101 | 11111001 | 1100010 | 11000 |
Color Harmonies of #130177
Complementary color
Monochromatic Colors of #130177
Black with #130177
Text Example
Text Example
White with #130177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130177; }
p { color: rgb(19,1,119); }
H1.HeaderClassName
{
color: #130177;
}
.AnyTagClassName
{
color: #130177;
}
</style>
background-color css
<style>
a { background-color: #130177; }
a { background-color: rgb(19,1,119); }
div.DivClassName
{
background-color: #130177;
}
.BgClassName
{
background-color: #130177;
}
</style>
border-color css
<style>
span { border-color: #130177; }
span { border-color: rgb(19,1,119); }
td.TdClassName
{
border-color: #130177;
}
.TagClassName
{
border-color: #130177;
}
</style>