Shades of Navy Blue #1574D8
Tints of Navy Blue #1574D8
RGB
CMYK
RGB Variations
Color information
#1574D8 (or 0x1574D8) is known color: Navy Blue. HEX triplet: 15, 74 and D8. RGB value is (21,116,216). Sum of RGB (Red+Green+Blue) = 21+116+216=353 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.95% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 216 (84.77% from 255 or 61.19% from 353); Max value from RGB is 216 - color contains mainly: blue. Hex color #1574D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1574D8 is #EA8B27. Grayscale: #626262. Windows color (decimal): -15371048 or 14185493. OLE color: 14185493.
HSL color Cylindrical-coordinate representation of color #1574D8: hue angle of 210.77º 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 #1574D8 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 116 | 216 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.15 |
| HSL | 210.77º | 0.82% | 0.46% | - |
| HSV(B) | 210.77º | 0.9% | 0.85% | - |
| XYZ | 18.95 | 17.61 | 67.37 | - |
| YUV | 99 | 194.03 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 116 | 216 | 0.90 | 0.46 | 0 | 0.15 | 210.77 | 0.82 | 0.46 |
| Hex | 15 | 74 | D8 | 5A | 2E | 0 | F | D3 | 52 | 2E |
| Octal | 25 | 164 | 330 | 132 | 56 | 0 | 17 | 323 | 122 | 56 |
| Binary | 10101 | 1110100 | 11011000 | 1011010 | 101110 | 0 | 1111 | 11010011 | 1010010 | 101110 |
Color Harmonies of #1574D8
Complementary color
Monochromatic Colors of #1574D8
Black with #1574D8
Text Example
Text Example
White with #1574D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1574D8; }
p { color: rgb(21,116,216); }
H1.HeaderClassName
{
color: #1574D8;
}
.AnyTagClassName
{
color: #1574D8;
}
</style>
background-color css
<style>
a { background-color: #1574D8; }
a { background-color: rgb(21,116,216); }
div.DivClassName
{
background-color: #1574D8;
}
.BgClassName
{
background-color: #1574D8;
}
</style>
border-color css
<style>
span { border-color: #1574D8; }
span { border-color: rgb(21,116,216); }
td.TdClassName
{
border-color: #1574D8;
}
.TagClassName
{
border-color: #1574D8;
}
</style>