Shades of Navy Blue #1565DA
Tints of Navy Blue #1565DA
RGB
CMYK
RGB Variations
Color information
#1565DA (or 0x1565DA) is known color: Navy Blue. HEX triplet: 15, 65 and DA. RGB value is (21,101,218). Sum of RGB (Red+Green+Blue) = 21+101+218=340 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.18% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 218 (85.55% from 255 or 64.12% from 340); Max value from RGB is 218 - color contains mainly: blue. Hex color #1565DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1565DA is #EA9A25. Grayscale: #595959. Windows color (decimal): -15374886 or 14312725. OLE color: 14312725.
HSL color Cylindrical-coordinate representation of color #1565DA: hue angle of 215.63º 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 #1565DA is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 101 | 218 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.15 |
| HSL | 215.63º | 0.82% | 0.47% | - |
| HSV(B) | 215.63º | 0.9% | 0.85% | - |
| XYZ | 17.62 | 14.53 | 68.21 | - |
| YUV | 90.42 | 200 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 101 | 218 | 0.90 | 0.54 | 0 | 0.15 | 215.63 | 0.82 | 0.47 |
| Hex | 15 | 65 | DA | 5A | 36 | 0 | F | D8 | 52 | 2F |
| Octal | 25 | 145 | 332 | 132 | 66 | 0 | 17 | 330 | 122 | 57 |
| Binary | 10101 | 1100101 | 11011010 | 1011010 | 110110 | 0 | 1111 | 11011000 | 1010010 | 101111 |
Color Harmonies of #1565DA
Complementary color
Monochromatic Colors of #1565DA
Black with #1565DA
Text Example
Text Example
White with #1565DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1565DA; }
p { color: rgb(21,101,218); }
H1.HeaderClassName
{
color: #1565DA;
}
.AnyTagClassName
{
color: #1565DA;
}
</style>
background-color css
<style>
a { background-color: #1565DA; }
a { background-color: rgb(21,101,218); }
div.DivClassName
{
background-color: #1565DA;
}
.BgClassName
{
background-color: #1565DA;
}
</style>
border-color css
<style>
span { border-color: #1565DA; }
span { border-color: rgb(21,101,218); }
td.TdClassName
{
border-color: #1565DA;
}
.TagClassName
{
border-color: #1565DA;
}
</style>