Shades of Navy Blue #165FDE
Tints of Navy Blue #165FDE
RGB
CMYK
RGB Variations
Color information
#165FDE (or 0x165FDE) is known color: Navy Blue. HEX triplet: 16, 5F and DE. RGB value is (22,95,222). Sum of RGB (Red+Green+Blue) = 22+95+222=339 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.49% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 222 (87.11% from 255 or 65.49% from 339); Max value from RGB is 222 - color contains mainly: blue. Hex color #165FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165FDE is #E9A021. Grayscale: #575757. Windows color (decimal): -15310882 or 14573334. OLE color: 14573334.
HSL color Cylindrical-coordinate representation of color #165FDE: hue angle of 218.1º 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 #165FDE is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 95 | 222 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.13 |
| HSL | 218.1º | 0.82% | 0.48% | - |
| HSV(B) | 218.1º | 0.9% | 0.87% | - |
| XYZ | 17.61 | 13.63 | 70.81 | - |
| YUV | 87.65 | 203.82 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 95 | 222 | 0.90 | 0.57 | 0 | 0.13 | 218.1 | 0.82 | 0.48 |
| Hex | 16 | 5F | DE | 5A | 39 | 0 | D | DA | 52 | 30 |
| Octal | 26 | 137 | 336 | 132 | 71 | 0 | 15 | 332 | 122 | 60 |
| Binary | 10110 | 1011111 | 11011110 | 1011010 | 111001 | 0 | 1101 | 11011010 | 1010010 | 110000 |
Color Harmonies of #165FDE
Complementary color
Monochromatic Colors of #165FDE
Black with #165FDE
Text Example
Text Example
White with #165FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165FDE; }
p { color: rgb(22,95,222); }
H1.HeaderClassName
{
color: #165FDE;
}
.AnyTagClassName
{
color: #165FDE;
}
</style>
background-color css
<style>
a { background-color: #165FDE; }
a { background-color: rgb(22,95,222); }
div.DivClassName
{
background-color: #165FDE;
}
.BgClassName
{
background-color: #165FDE;
}
</style>
border-color css
<style>
span { border-color: #165FDE; }
span { border-color: rgb(22,95,222); }
td.TdClassName
{
border-color: #165FDE;
}
.TagClassName
{
border-color: #165FDE;
}
</style>