Shades of Navy Blue #1566EA
Tints of Navy Blue #1566EA
RGB
CMYK
RGB Variations
Color information
#1566EA (or 0x1566EA) is known color: Navy Blue. HEX triplet: 15, 66 and EA. RGB value is (21,102,234). Sum of RGB (Red+Green+Blue) = 21+102+234=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 234 (91.80% from 255 or 65.55% from 357); Max value from RGB is 234 - color contains mainly: blue. Hex color #1566EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1566EA is #EA9915. Grayscale: #5C5C5C. Windows color (decimal): -15374614 or 15361557. OLE color: 15361557.
HSL color Cylindrical-coordinate representation of color #1566EA: hue angle of 217.18º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1566EA is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 102 | 234 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.08 |
| HSL | 217.18º | 0.84% | 0.5% | - |
| HSV(B) | 217.18º | 0.91% | 0.92% | - |
| XYZ | 19.91 | 15.6 | 79.8 | - |
| YUV | 92.83 | 207.66 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 102 | 234 | 0.91 | 0.56 | 0 | 0.08 | 217.18 | 0.84 | 0.5 |
| Hex | 15 | 66 | EA | 5B | 38 | 0 | 8 | D9 | 54 | 32 |
| Octal | 25 | 146 | 352 | 133 | 70 | 0 | 10 | 331 | 124 | 62 |
| Binary | 10101 | 1100110 | 11101010 | 1011011 | 111000 | 0 | 1000 | 11011001 | 1010100 | 110010 |
Color Harmonies of #1566EA
Complementary color
Monochromatic Colors of #1566EA
Black with #1566EA
Text Example
Text Example
White with #1566EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1566EA; }
p { color: rgb(21,102,234); }
H1.HeaderClassName
{
color: #1566EA;
}
.AnyTagClassName
{
color: #1566EA;
}
</style>
background-color css
<style>
a { background-color: #1566EA; }
a { background-color: rgb(21,102,234); }
div.DivClassName
{
background-color: #1566EA;
}
.BgClassName
{
background-color: #1566EA;
}
</style>
border-color css
<style>
span { border-color: #1566EA; }
span { border-color: rgb(21,102,234); }
td.TdClassName
{
border-color: #1566EA;
}
.TagClassName
{
border-color: #1566EA;
}
</style>