Shades of Navy Blue #1556DF
Tints of Navy Blue #1556DF
RGB
CMYK
RGB Variations
Color information
#1556DF (or 0x1556DF) is known color: Navy Blue. HEX triplet: 15, 56 and DF. RGB value is (21,86,223). Sum of RGB (Red+Green+Blue) = 21+86+223=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #1556DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1556DF is #EAA920. Grayscale: #515151. Windows color (decimal): -15378721 or 14636565. OLE color: 14636565.
HSL color Cylindrical-coordinate representation of color #1556DF: hue angle of 220.69º 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 #1556DF is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 86 | 223 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.13 |
| HSL | 220.69º | 0.83% | 0.48% | - |
| HSV(B) | 220.69º | 0.91% | 0.87% | - |
| XYZ | 16.96 | 12.14 | 71.26 | - |
| YUV | 82.18 | 207.47 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 223 | 0.91 | 0.61 | 0 | 0.13 | 220.69 | 0.83 | 0.48 |
| Hex | 15 | 56 | DF | 5B | 3D | 0 | D | DD | 53 | 30 |
| Octal | 25 | 126 | 337 | 133 | 75 | 0 | 15 | 335 | 123 | 60 |
| Binary | 10101 | 1010110 | 11011111 | 1011011 | 111101 | 0 | 1101 | 11011101 | 1010011 | 110000 |
Color Harmonies of #1556DF
Complementary color
Monochromatic Colors of #1556DF
Black with #1556DF
Text Example
Text Example
White with #1556DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1556DF; }
p { color: rgb(21,86,223); }
H1.HeaderClassName
{
color: #1556DF;
}
.AnyTagClassName
{
color: #1556DF;
}
</style>
background-color css
<style>
a { background-color: #1556DF; }
a { background-color: rgb(21,86,223); }
div.DivClassName
{
background-color: #1556DF;
}
.BgClassName
{
background-color: #1556DF;
}
</style>
border-color css
<style>
span { border-color: #1556DF; }
span { border-color: rgb(21,86,223); }
td.TdClassName
{
border-color: #1556DF;
}
.TagClassName
{
border-color: #1556DF;
}
</style>