Shades of Navy Blue #165ADE
Tints of Navy Blue #165ADE
RGB
CMYK
RGB Variations
Color information
#165ADE (or 0x165ADE) is known color: Navy Blue. HEX triplet: 16, 5A and DE. RGB value is (22,90,222). Sum of RGB (Red+Green+Blue) = 22+90+222=334 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.59% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 222 (87.11% from 255 or 66.47% from 334); Max value from RGB is 222 - color contains mainly: blue. Hex color #165ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165ADE is #E9A521. Grayscale: #545454. Windows color (decimal): -15312162 or 14572054. OLE color: 14572054.
HSL color Cylindrical-coordinate representation of color #165ADE: hue angle of 219.6º 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 #165ADE is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 90 | 222 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.13 |
| HSL | 219.6º | 0.82% | 0.48% | - |
| HSV(B) | 219.6º | 0.9% | 0.87% | - |
| XYZ | 17.17 | 12.76 | 70.66 | - |
| YUV | 84.72 | 205.47 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 222 | 0.90 | 0.59 | 0 | 0.13 | 219.6 | 0.82 | 0.48 |
| Hex | 16 | 5A | DE | 5A | 3B | 0 | D | DC | 52 | 30 |
| Octal | 26 | 132 | 336 | 132 | 73 | 0 | 15 | 334 | 122 | 60 |
| Binary | 10110 | 1011010 | 11011110 | 1011010 | 111011 | 0 | 1101 | 11011100 | 1010010 | 110000 |
Color Harmonies of #165ADE
Complementary color
Monochromatic Colors of #165ADE
Black with #165ADE
Text Example
Text Example
White with #165ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165ADE; }
p { color: rgb(22,90,222); }
H1.HeaderClassName
{
color: #165ADE;
}
.AnyTagClassName
{
color: #165ADE;
}
</style>
background-color css
<style>
a { background-color: #165ADE; }
a { background-color: rgb(22,90,222); }
div.DivClassName
{
background-color: #165ADE;
}
.BgClassName
{
background-color: #165ADE;
}
</style>
border-color css
<style>
span { border-color: #165ADE; }
span { border-color: rgb(22,90,222); }
td.TdClassName
{
border-color: #165ADE;
}
.TagClassName
{
border-color: #165ADE;
}
</style>