Shades of Navy Blue #1574CD
Tints of Navy Blue #1574CD
RGB
CMYK
RGB Variations
Color information
#1574CD (or 0x1574CD) is known color: Navy Blue. HEX triplet: 15, 74 and CD. RGB value is (21,116,205). Sum of RGB (Red+Green+Blue) = 21+116+205=342 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.14% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #1574CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1574CD is #EA8B32. Grayscale: #616161. Windows color (decimal): -15371059 or 13464597. OLE color: 13464597.
HSL color Cylindrical-coordinate representation of color #1574CD: hue angle of 209.02º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1574CD is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 116 | 205 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.20 |
| HSL | 209.02º | 0.81% | 0.44% | - |
| HSV(B) | 209.02º | 0.9% | 0.8% | - |
| XYZ | 17.57 | 17.06 | 60.12 | - |
| YUV | 97.74 | 188.53 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 116 | 205 | 0.90 | 0.43 | 0 | 0.20 | 209.02 | 0.81 | 0.44 |
| Hex | 15 | 74 | CD | 5A | 2B | 0 | 14 | D1 | 51 | 2C |
| Octal | 25 | 164 | 315 | 132 | 53 | 0 | 24 | 321 | 121 | 54 |
| Binary | 10101 | 1110100 | 11001101 | 1011010 | 101011 | 0 | 10100 | 11010001 | 1010001 | 101100 |
Color Harmonies of #1574CD
Complementary color
Monochromatic Colors of #1574CD
Black with #1574CD
Text Example
Text Example
White with #1574CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1574CD; }
p { color: rgb(21,116,205); }
H1.HeaderClassName
{
color: #1574CD;
}
.AnyTagClassName
{
color: #1574CD;
}
</style>
background-color css
<style>
a { background-color: #1574CD; }
a { background-color: rgb(21,116,205); }
div.DivClassName
{
background-color: #1574CD;
}
.BgClassName
{
background-color: #1574CD;
}
</style>
border-color css
<style>
span { border-color: #1574CD; }
span { border-color: rgb(21,116,205); }
td.TdClassName
{
border-color: #1574CD;
}
.TagClassName
{
border-color: #1574CD;
}
</style>