Shades of Navy Blue #1565EC
Tints of Navy Blue #1565EC
RGB
CMYK
RGB Variations
Color information
#1565EC (or 0x1565EC) is known color: Navy Blue. HEX triplet: 15, 65 and EC. RGB value is (21,101,236). Sum of RGB (Red+Green+Blue) = 21+101+236=358 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.87% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 236 (92.58% from 255 or 65.92% from 358); Max value from RGB is 236 - color contains mainly: blue. Hex color #1565EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1565EC is #EA9A13. Grayscale: #5B5B5B. Windows color (decimal): -15374868 or 15492373. OLE color: 15492373.
HSL color Cylindrical-coordinate representation of color #1565EC: hue angle of 217.67º 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 #1565EC is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 101 | 236 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.07 |
| HSL | 217.67º | 0.85% | 0.5% | - |
| HSV(B) | 217.67º | 0.91% | 0.93% | - |
| XYZ | 20.1 | 15.52 | 81.29 | - |
| YUV | 92.47 | 209 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 101 | 236 | 0.91 | 0.57 | 0 | 0.07 | 217.67 | 0.85 | 0.5 |
| Hex | 15 | 65 | EC | 5B | 39 | 0 | 7 | DA | 55 | 32 |
| Octal | 25 | 145 | 354 | 133 | 71 | 0 | 7 | 332 | 125 | 62 |
| Binary | 10101 | 1100101 | 11101100 | 1011011 | 111001 | 0 | 111 | 11011010 | 1010101 | 110010 |
Color Harmonies of #1565EC
Complementary color
Monochromatic Colors of #1565EC
Black with #1565EC
Text Example
Text Example
White with #1565EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1565EC; }
p { color: rgb(21,101,236); }
H1.HeaderClassName
{
color: #1565EC;
}
.AnyTagClassName
{
color: #1565EC;
}
</style>
background-color css
<style>
a { background-color: #1565EC; }
a { background-color: rgb(21,101,236); }
div.DivClassName
{
background-color: #1565EC;
}
.BgClassName
{
background-color: #1565EC;
}
</style>
border-color css
<style>
span { border-color: #1565EC; }
span { border-color: rgb(21,101,236); }
td.TdClassName
{
border-color: #1565EC;
}
.TagClassName
{
border-color: #1565EC;
}
</style>