Shades of Navy Blue #1568EC
Tints of Navy Blue #1568EC
RGB
CMYK
RGB Variations
Color information
#1568EC (or 0x1568EC) is known color: Navy Blue. HEX triplet: 15, 68 and EC. RGB value is (21,104,236). Sum of RGB (Red+Green+Blue) = 21+104+236=361 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.82% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 236 (92.58% from 255 or 65.37% from 361); Max value from RGB is 236 - color contains mainly: blue. Hex color #1568EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1568EC is #EA9713. Grayscale: #5D5D5D. Windows color (decimal): -15374100 or 15493141. OLE color: 15493141.
HSL color Cylindrical-coordinate representation of color #1568EC: hue angle of 216.84º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1568EC is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 104 | 236 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.07 |
| HSL | 216.84º | 0.85% | 0.5% | - |
| HSV(B) | 216.84º | 0.91% | 0.93% | - |
| XYZ | 20.4 | 16.12 | 81.39 | - |
| YUV | 94.23 | 208 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 104 | 236 | 0.91 | 0.56 | 0 | 0.07 | 216.84 | 0.85 | 0.5 |
| Hex | 15 | 68 | EC | 5B | 38 | 0 | 7 | D9 | 55 | 32 |
| Octal | 25 | 150 | 354 | 133 | 70 | 0 | 7 | 331 | 125 | 62 |
| Binary | 10101 | 1101000 | 11101100 | 1011011 | 111000 | 0 | 111 | 11011001 | 1010101 | 110010 |
Color Harmonies of #1568EC
Complementary color
Monochromatic Colors of #1568EC
Black with #1568EC
Text Example
Text Example
White with #1568EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1568EC; }
p { color: rgb(21,104,236); }
H1.HeaderClassName
{
color: #1568EC;
}
.AnyTagClassName
{
color: #1568EC;
}
</style>
background-color css
<style>
a { background-color: #1568EC; }
a { background-color: rgb(21,104,236); }
div.DivClassName
{
background-color: #1568EC;
}
.BgClassName
{
background-color: #1568EC;
}
</style>
border-color css
<style>
span { border-color: #1568EC; }
span { border-color: rgb(21,104,236); }
td.TdClassName
{
border-color: #1568EC;
}
.TagClassName
{
border-color: #1568EC;
}
</style>