Shades of Navy #130079
Tints of Navy #130079
RGB
CMYK
RGB Variations
Color information
#130079 (or 0x130079) is known color: Navy. HEX triplet: 13, 00 and 79. RGB value is (19,0,121). Sum of RGB (Red+Green+Blue) = 19+0+121=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 121 (47.66% from 255 or 86.43% from 140); Max value from RGB is 121 - color contains mainly: blue. Hex color #130079 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130079 is #ECFF86. Grayscale: #131313. Windows color (decimal): -15531911 or 7929875. OLE color: 7929875.
HSL color Cylindrical-coordinate representation of color #130079: hue angle of 249.42º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130079 is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 0 | 121 | - |
| CMYK | 0.84 | 1 | 0 | 0.53 |
| HSL | 249.42º | 1% | 0.24% | - |
| HSV(B) | 249.42º | 1% | 0.47% | - |
| XYZ | 3.72 | 1.52 | 18.19 | - |
| YUV | 19.48 | 185.29 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 121 | 0.84 | 1 | 0 | 0.53 | 249.42 | 1 | 0.24 |
| Hex | 13 | 0 | 79 | 54 | 64 | 0 | 35 | F9 | 64 | 18 |
| Octal | 23 | 0 | 171 | 124 | 144 | 0 | 65 | 371 | 144 | 30 |
| Binary | 10011 | 0 | 1111001 | 1010100 | 1100100 | 0 | 110101 | 11111001 | 1100100 | 11000 |
Color Harmonies of #130079
Complementary color
Monochromatic Colors of #130079
Black with #130079
Text Example
Text Example
White with #130079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130079; }
p { color: rgb(19,0,121); }
H1.HeaderClassName
{
color: #130079;
}
.AnyTagClassName
{
color: #130079;
}
</style>
background-color css
<style>
a { background-color: #130079; }
a { background-color: rgb(19,0,121); }
div.DivClassName
{
background-color: #130079;
}
.BgClassName
{
background-color: #130079;
}
</style>
border-color css
<style>
span { border-color: #130079; }
span { border-color: rgb(19,0,121); }
td.TdClassName
{
border-color: #130079;
}
.TagClassName
{
border-color: #130079;
}
</style>