Shades of Navy Blue #1556F1
Tints of Navy Blue #1556F1
RGB
CMYK
RGB Variations
Color information
#1556F1 (or 0x1556F1) is known color: Navy Blue. HEX triplet: 15, 56 and F1. RGB value is (21,86,241). Sum of RGB (Red+Green+Blue) = 21+86+241=348 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.03% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 241 (94.53% from 255 or 69.25% from 348); Max value from RGB is 241 - color contains mainly: blue. Hex color #1556F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1556F1 is #EAA90E. Grayscale: #535353. Windows color (decimal): -15378703 or 15816213. OLE color: 15816213.
HSL color Cylindrical-coordinate representation of color #1556F1: hue angle of 222.27º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1556F1 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 86 | 241 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.05 |
| HSL | 222.27º | 0.89% | 0.51% | - |
| HSV(B) | 222.27º | 0.91% | 0.95% | - |
| XYZ | 19.51 | 13.17 | 84.73 | - |
| YUV | 84.24 | 216.47 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 86 | 241 | 0.91 | 0.64 | 0 | 0.05 | 222.27 | 0.89 | 0.51 |
| Hex | 15 | 56 | F1 | 5B | 40 | 0 | 5 | DE | 59 | 33 |
| Octal | 25 | 126 | 361 | 133 | 100 | 0 | 5 | 336 | 131 | 63 |
| Binary | 10101 | 1010110 | 11110001 | 1011011 | 1000000 | 0 | 101 | 11011110 | 1011001 | 110011 |
Color Harmonies of #1556F1
Complementary color
Monochromatic Colors of #1556F1
Black with #1556F1
Text Example
Text Example
White with #1556F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1556F1; }
p { color: rgb(21,86,241); }
H1.HeaderClassName
{
color: #1556F1;
}
.AnyTagClassName
{
color: #1556F1;
}
</style>
background-color css
<style>
a { background-color: #1556F1; }
a { background-color: rgb(21,86,241); }
div.DivClassName
{
background-color: #1556F1;
}
.BgClassName
{
background-color: #1556F1;
}
</style>
border-color css
<style>
span { border-color: #1556F1; }
span { border-color: rgb(21,86,241); }
td.TdClassName
{
border-color: #1556F1;
}
.TagClassName
{
border-color: #1556F1;
}
</style>