Shades of Navy Blue #1570D8
Tints of Navy Blue #1570D8
RGB
CMYK
RGB Variations
Color information
#1570D8 (or 0x1570D8) is known color: Navy Blue. HEX triplet: 15, 70 and D8. RGB value is (21,112,216). Sum of RGB (Red+Green+Blue) = 21+112+216=349 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.02% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 216 (84.77% from 255 or 61.89% from 349); Max value from RGB is 216 - color contains mainly: blue. Hex color #1570D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1570D8 is #EA8F27. Grayscale: #606060. Windows color (decimal): -15372072 or 14184469. OLE color: 14184469.
HSL color Cylindrical-coordinate representation of color #1570D8: hue angle of 212º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1570D8 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 112 | 216 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.15 |
| HSL | 212º | 0.82% | 0.46% | - |
| HSV(B) | 212º | 0.9% | 0.85% | - |
| XYZ | 18.5 | 16.71 | 67.22 | - |
| YUV | 96.65 | 195.35 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 112 | 216 | 0.90 | 0.48 | 0 | 0.15 | 212 | 0.82 | 0.46 |
| Hex | 15 | 70 | D8 | 5A | 30 | 0 | F | D4 | 52 | 2E |
| Octal | 25 | 160 | 330 | 132 | 60 | 0 | 17 | 324 | 122 | 56 |
| Binary | 10101 | 1110000 | 11011000 | 1011010 | 110000 | 0 | 1111 | 11010100 | 1010010 | 101110 |
Color Harmonies of #1570D8
Complementary color
Monochromatic Colors of #1570D8
Black with #1570D8
Text Example
Text Example
White with #1570D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1570D8; }
p { color: rgb(21,112,216); }
H1.HeaderClassName
{
color: #1570D8;
}
.AnyTagClassName
{
color: #1570D8;
}
</style>
background-color css
<style>
a { background-color: #1570D8; }
a { background-color: rgb(21,112,216); }
div.DivClassName
{
background-color: #1570D8;
}
.BgClassName
{
background-color: #1570D8;
}
</style>
border-color css
<style>
span { border-color: #1570D8; }
span { border-color: rgb(21,112,216); }
td.TdClassName
{
border-color: #1570D8;
}
.TagClassName
{
border-color: #1570D8;
}
</style>