Shades of Navy Blue #1576D7
Tints of Navy Blue #1576D7
RGB
CMYK
RGB Variations
Color information
#1576D7 (or 0x1576D7) is known color: Navy Blue. HEX triplet: 15, 76 and D7. RGB value is (21,118,215). Sum of RGB (Red+Green+Blue) = 21+118+215=354 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.93% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 215 (84.38% from 255 or 60.73% from 354); Max value from RGB is 215 - color contains mainly: blue. Hex color #1576D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1576D7 is #EA8928. Grayscale: #636363. Windows color (decimal): -15370537 or 14120469. OLE color: 14120469.
HSL color Cylindrical-coordinate representation of color #1576D7: hue angle of 210º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1576D7 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 118 | 215 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.16 |
| HSL | 210º | 0.82% | 0.46% | - |
| HSV(B) | 210º | 0.9% | 0.84% | - |
| XYZ | 19.05 | 18.02 | 66.76 | - |
| YUV | 100.06 | 192.86 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 118 | 215 | 0.90 | 0.45 | 0 | 0.16 | 210 | 0.82 | 0.46 |
| Hex | 15 | 76 | D7 | 5A | 2D | 0 | 10 | D2 | 52 | 2E |
| Octal | 25 | 166 | 327 | 132 | 55 | 0 | 20 | 322 | 122 | 56 |
| Binary | 10101 | 1110110 | 11010111 | 1011010 | 101101 | 0 | 10000 | 11010010 | 1010010 | 101110 |
Color Harmonies of #1576D7
Complementary color
Monochromatic Colors of #1576D7
Black with #1576D7
Text Example
Text Example
White with #1576D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1576D7; }
p { color: rgb(21,118,215); }
H1.HeaderClassName
{
color: #1576D7;
}
.AnyTagClassName
{
color: #1576D7;
}
</style>
background-color css
<style>
a { background-color: #1576D7; }
a { background-color: rgb(21,118,215); }
div.DivClassName
{
background-color: #1576D7;
}
.BgClassName
{
background-color: #1576D7;
}
</style>
border-color css
<style>
span { border-color: #1576D7; }
span { border-color: rgb(21,118,215); }
td.TdClassName
{
border-color: #1576D7;
}
.TagClassName
{
border-color: #1576D7;
}
</style>