Shades of Navy Blue #165EDD
Tints of Navy Blue #165EDD
RGB
CMYK
RGB Variations
Color information
#165EDD (or 0x165EDD) is known color: Navy Blue. HEX triplet: 16, 5E and DD. RGB value is (22,94,221). Sum of RGB (Red+Green+Blue) = 22+94+221=337 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.53% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #165EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165EDD is #E9A122. Grayscale: #565656. Windows color (decimal): -15311139 or 14507542. OLE color: 14507542.
HSL color Cylindrical-coordinate representation of color #165EDD: hue angle of 218.29º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #165EDD is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 94 | 221 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.13 |
| HSL | 218.29º | 0.82% | 0.48% | - |
| HSV(B) | 218.29º | 0.9% | 0.87% | - |
| XYZ | 17.38 | 13.4 | 70.08 | - |
| YUV | 86.95 | 203.65 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 221 | 0.90 | 0.57 | 0 | 0.13 | 218.29 | 0.82 | 0.48 |
| Hex | 16 | 5E | DD | 5A | 39 | 0 | D | DA | 52 | 30 |
| Octal | 26 | 136 | 335 | 132 | 71 | 0 | 15 | 332 | 122 | 60 |
| Binary | 10110 | 1011110 | 11011101 | 1011010 | 111001 | 0 | 1101 | 11011010 | 1010010 | 110000 |
Color Harmonies of #165EDD
Complementary color
Monochromatic Colors of #165EDD
Black with #165EDD
Text Example
Text Example
White with #165EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165EDD; }
p { color: rgb(22,94,221); }
H1.HeaderClassName
{
color: #165EDD;
}
.AnyTagClassName
{
color: #165EDD;
}
</style>
background-color css
<style>
a { background-color: #165EDD; }
a { background-color: rgb(22,94,221); }
div.DivClassName
{
background-color: #165EDD;
}
.BgClassName
{
background-color: #165EDD;
}
</style>
border-color css
<style>
span { border-color: #165EDD; }
span { border-color: rgb(22,94,221); }
td.TdClassName
{
border-color: #165EDD;
}
.TagClassName
{
border-color: #165EDD;
}
</style>