Shades of Navy Blue #1565ED
Tints of Navy Blue #1565ED
RGB
CMYK
RGB Variations
Color information
#1565ED (or 0x1565ED) is known color: Navy Blue. HEX triplet: 15, 65 and ED. RGB value is (21,101,237). Sum of RGB (Red+Green+Blue) = 21+101+237=359 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.85% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 237 (92.97% from 255 or 66.02% from 359); Max value from RGB is 237 - color contains mainly: blue. Hex color #1565ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1565ED is #EA9A12. Grayscale: #5B5B5B. Windows color (decimal): -15374867 or 15557909. OLE color: 15557909.
HSL color Cylindrical-coordinate representation of color #1565ED: hue angle of 217.78º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1565ED is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 101 | 237 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.07 |
| HSL | 217.78º | 0.86% | 0.51% | - |
| HSV(B) | 217.78º | 0.91% | 0.93% | - |
| XYZ | 20.25 | 15.58 | 82.06 | - |
| YUV | 92.58 | 209.5 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 101 | 237 | 0.91 | 0.57 | 0 | 0.07 | 217.78 | 0.86 | 0.51 |
| Hex | 15 | 65 | ED | 5B | 39 | 0 | 7 | DA | 56 | 33 |
| Octal | 25 | 145 | 355 | 133 | 71 | 0 | 7 | 332 | 126 | 63 |
| Binary | 10101 | 1100101 | 11101101 | 1011011 | 111001 | 0 | 111 | 11011010 | 1010110 | 110011 |
Color Harmonies of #1565ED
Complementary color
Monochromatic Colors of #1565ED
Black with #1565ED
Text Example
Text Example
White with #1565ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1565ED; }
p { color: rgb(21,101,237); }
H1.HeaderClassName
{
color: #1565ED;
}
.AnyTagClassName
{
color: #1565ED;
}
</style>
background-color css
<style>
a { background-color: #1565ED; }
a { background-color: rgb(21,101,237); }
div.DivClassName
{
background-color: #1565ED;
}
.BgClassName
{
background-color: #1565ED;
}
</style>
border-color css
<style>
span { border-color: #1565ED; }
span { border-color: rgb(21,101,237); }
td.TdClassName
{
border-color: #1565ED;
}
.TagClassName
{
border-color: #1565ED;
}
</style>