Shades of Navy Blue #1574CF
Tints of Navy Blue #1574CF
RGB
CMYK
RGB Variations
Color information
#1574CF (or 0x1574CF) is known color: Navy Blue. HEX triplet: 15, 74 and CF. RGB value is (21,116,207). Sum of RGB (Red+Green+Blue) = 21+116+207=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #1574CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1574CF is #EA8B30. Grayscale: #616161. Windows color (decimal): -15371057 or 13595669. OLE color: 13595669.
HSL color Cylindrical-coordinate representation of color #1574CF: hue angle of 209.35º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1574CF is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 116 | 207 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.19 |
| HSL | 209.35º | 0.82% | 0.45% | - |
| HSV(B) | 209.35º | 0.9% | 0.81% | - |
| XYZ | 17.82 | 17.16 | 61.4 | - |
| YUV | 97.97 | 189.53 | 73.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 116 | 207 | 0.90 | 0.44 | 0 | 0.19 | 209.35 | 0.82 | 0.45 |
| Hex | 15 | 74 | CF | 5A | 2C | 0 | 13 | D1 | 52 | 2D |
| Octal | 25 | 164 | 317 | 132 | 54 | 0 | 23 | 321 | 122 | 55 |
| Binary | 10101 | 1110100 | 11001111 | 1011010 | 101100 | 0 | 10011 | 11010001 | 1010010 | 101101 |
Color Harmonies of #1574CF
Complementary color
Monochromatic Colors of #1574CF
Black with #1574CF
Text Example
Text Example
White with #1574CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1574CF; }
p { color: rgb(21,116,207); }
H1.HeaderClassName
{
color: #1574CF;
}
.AnyTagClassName
{
color: #1574CF;
}
</style>
background-color css
<style>
a { background-color: #1574CF; }
a { background-color: rgb(21,116,207); }
div.DivClassName
{
background-color: #1574CF;
}
.BgClassName
{
background-color: #1574CF;
}
</style>
border-color css
<style>
span { border-color: #1574CF; }
span { border-color: rgb(21,116,207); }
td.TdClassName
{
border-color: #1574CF;
}
.TagClassName
{
border-color: #1574CF;
}
</style>