Shades of Navy Blue #1565D9
Tints of Navy Blue #1565D9
RGB
CMYK
RGB Variations
Color information
#1565D9 (or 0x1565D9) is known color: Navy Blue. HEX triplet: 15, 65 and D9. RGB value is (21,101,217). Sum of RGB (Red+Green+Blue) = 21+101+217=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 217 (85.16% from 255 or 64.01% from 339); Max value from RGB is 217 - color contains mainly: blue. Hex color #1565D9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1565D9 is #EA9A26. Grayscale: #595959. Windows color (decimal): -15374887 or 14247189. OLE color: 14247189.
HSL color Cylindrical-coordinate representation of color #1565D9: hue angle of 215.51º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1565D9 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 101 | 217 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.15 |
| HSL | 215.51º | 0.82% | 0.47% | - |
| HSV(B) | 215.51º | 0.9% | 0.85% | - |
| XYZ | 17.49 | 14.48 | 67.52 | - |
| YUV | 90.3 | 199.5 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 101 | 217 | 0.90 | 0.53 | 0 | 0.15 | 215.51 | 0.82 | 0.47 |
| Hex | 15 | 65 | D9 | 5A | 35 | 0 | F | D8 | 52 | 2F |
| Octal | 25 | 145 | 331 | 132 | 65 | 0 | 17 | 330 | 122 | 57 |
| Binary | 10101 | 1100101 | 11011001 | 1011010 | 110101 | 0 | 1111 | 11011000 | 1010010 | 101111 |
Color Harmonies of #1565D9
Complementary color
Monochromatic Colors of #1565D9
Black with #1565D9
Text Example
Text Example
White with #1565D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1565D9; }
p { color: rgb(21,101,217); }
H1.HeaderClassName
{
color: #1565D9;
}
.AnyTagClassName
{
color: #1565D9;
}
</style>
background-color css
<style>
a { background-color: #1565D9; }
a { background-color: rgb(21,101,217); }
div.DivClassName
{
background-color: #1565D9;
}
.BgClassName
{
background-color: #1565D9;
}
</style>
border-color css
<style>
span { border-color: #1565D9; }
span { border-color: rgb(21,101,217); }
td.TdClassName
{
border-color: #1565D9;
}
.TagClassName
{
border-color: #1565D9;
}
</style>