Shades of Navy Blue #1557DF
Tints of Navy Blue #1557DF
RGB
CMYK
RGB Variations
Color information
#1557DF (or 0x1557DF) is known color: Navy Blue. HEX triplet: 15, 57 and DF. RGB value is (21,87,223). Sum of RGB (Red+Green+Blue) = 21+87+223=331 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.34% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #1557DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1557DF is #EAA820. Grayscale: #525252. Windows color (decimal): -15378465 or 14636821. OLE color: 14636821.
HSL color Cylindrical-coordinate representation of color #1557DF: hue angle of 220.4º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1557DF is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 87 | 223 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.13 |
| HSL | 220.4º | 0.83% | 0.48% | - |
| HSV(B) | 220.4º | 0.91% | 0.87% | - |
| XYZ | 17.04 | 12.3 | 71.29 | - |
| YUV | 82.77 | 207.13 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 87 | 223 | 0.91 | 0.61 | 0 | 0.13 | 220.4 | 0.83 | 0.48 |
| Hex | 15 | 57 | DF | 5B | 3D | 0 | D | DC | 53 | 30 |
| Octal | 25 | 127 | 337 | 133 | 75 | 0 | 15 | 334 | 123 | 60 |
| Binary | 10101 | 1010111 | 11011111 | 1011011 | 111101 | 0 | 1101 | 11011100 | 1010011 | 110000 |
Color Harmonies of #1557DF
Complementary color
Monochromatic Colors of #1557DF
Black with #1557DF
Text Example
Text Example
White with #1557DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1557DF; }
p { color: rgb(21,87,223); }
H1.HeaderClassName
{
color: #1557DF;
}
.AnyTagClassName
{
color: #1557DF;
}
</style>
background-color css
<style>
a { background-color: #1557DF; }
a { background-color: rgb(21,87,223); }
div.DivClassName
{
background-color: #1557DF;
}
.BgClassName
{
background-color: #1557DF;
}
</style>
border-color css
<style>
span { border-color: #1557DF; }
span { border-color: rgb(21,87,223); }
td.TdClassName
{
border-color: #1557DF;
}
.TagClassName
{
border-color: #1557DF;
}
</style>