Shades of Navy Blue #1565E9
Tints of Navy Blue #1565E9
RGB
CMYK
RGB Variations
Color information
#1565E9 (or 0x1565E9) is known color: Navy Blue. HEX triplet: 15, 65 and E9. RGB value is (21,101,233). Sum of RGB (Red+Green+Blue) = 21+101+233=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 233 (91.41% from 255 or 65.63% from 355); Max value from RGB is 233 - color contains mainly: blue. Hex color #1565E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1565E9 is #EA9A16. Grayscale: #5B5B5B. Windows color (decimal): -15374871 or 15295765. OLE color: 15295765.
HSL color Cylindrical-coordinate representation of color #1565E9: hue angle of 217.36º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1565E9 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 101 | 233 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.09 |
| HSL | 217.36º | 0.83% | 0.5% | - |
| HSV(B) | 217.36º | 0.91% | 0.91% | - |
| XYZ | 19.67 | 15.35 | 79.02 | - |
| YUV | 92.13 | 207.5 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 101 | 233 | 0.91 | 0.57 | 0 | 0.09 | 217.36 | 0.83 | 0.5 |
| Hex | 15 | 65 | E9 | 5B | 39 | 0 | 9 | D9 | 53 | 32 |
| Octal | 25 | 145 | 351 | 133 | 71 | 0 | 11 | 331 | 123 | 62 |
| Binary | 10101 | 1100101 | 11101001 | 1011011 | 111001 | 0 | 1001 | 11011001 | 1010011 | 110010 |
Color Harmonies of #1565E9
Complementary color
Monochromatic Colors of #1565E9
Black with #1565E9
Text Example
Text Example
White with #1565E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1565E9; }
p { color: rgb(21,101,233); }
H1.HeaderClassName
{
color: #1565E9;
}
.AnyTagClassName
{
color: #1565E9;
}
</style>
background-color css
<style>
a { background-color: #1565E9; }
a { background-color: rgb(21,101,233); }
div.DivClassName
{
background-color: #1565E9;
}
.BgClassName
{
background-color: #1565E9;
}
</style>
border-color css
<style>
span { border-color: #1565E9; }
span { border-color: rgb(21,101,233); }
td.TdClassName
{
border-color: #1565E9;
}
.TagClassName
{
border-color: #1565E9;
}
</style>