Shades of Navy Blue #1579CA
Tints of Navy Blue #1579CA
RGB
CMYK
RGB Variations
Color information
#1579CA (or 0x1579CA) is known color: Navy Blue. HEX triplet: 15, 79 and CA. RGB value is (21,121,202). Sum of RGB (Red+Green+Blue) = 21+121+202=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 202 (79.30% from 255 or 58.72% from 344); Max value from RGB is 202 - color contains mainly: blue. Hex color #1579CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1579CA is #EA8635. Grayscale: #636363. Windows color (decimal): -15369782 or 13269269. OLE color: 13269269.
HSL color Cylindrical-coordinate representation of color #1579CA: hue angle of 206.85º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1579CA is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 121 | 202 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.21 |
| HSL | 206.85º | 0.81% | 0.44% | - |
| HSV(B) | 206.85º | 0.9% | 0.79% | - |
| XYZ | 17.81 | 18.1 | 58.43 | - |
| YUV | 100.33 | 185.37 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 121 | 202 | 0.90 | 0.40 | 0 | 0.21 | 206.85 | 0.81 | 0.44 |
| Hex | 15 | 79 | CA | 5A | 28 | 0 | 15 | CF | 51 | 2C |
| Octal | 25 | 171 | 312 | 132 | 50 | 0 | 25 | 317 | 121 | 54 |
| Binary | 10101 | 1111001 | 11001010 | 1011010 | 101000 | 0 | 10101 | 11001111 | 1010001 | 101100 |
Color Harmonies of #1579CA
Complementary color
Monochromatic Colors of #1579CA
Black with #1579CA
Text Example
Text Example
White with #1579CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1579CA; }
p { color: rgb(21,121,202); }
H1.HeaderClassName
{
color: #1579CA;
}
.AnyTagClassName
{
color: #1579CA;
}
</style>
background-color css
<style>
a { background-color: #1579CA; }
a { background-color: rgb(21,121,202); }
div.DivClassName
{
background-color: #1579CA;
}
.BgClassName
{
background-color: #1579CA;
}
</style>
border-color css
<style>
span { border-color: #1579CA; }
span { border-color: rgb(21,121,202); }
td.TdClassName
{
border-color: #1579CA;
}
.TagClassName
{
border-color: #1579CA;
}
</style>