Shades of Navy Blue #165BDE
Tints of Navy Blue #165BDE
RGB
CMYK
RGB Variations
Color information
#165BDE (or 0x165BDE) is known color: Navy Blue. HEX triplet: 16, 5B and DE. RGB value is (22,91,222). Sum of RGB (Red+Green+Blue) = 22+91+222=335 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.57% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 222 (87.11% from 255 or 66.27% from 335); Max value from RGB is 222 - color contains mainly: blue. Hex color #165BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165BDE is #E9A421. Grayscale: #545454. Windows color (decimal): -15311906 or 14572310. OLE color: 14572310.
HSL color Cylindrical-coordinate representation of color #165BDE: hue angle of 219.3º 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 #165BDE is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 91 | 222 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.13 |
| HSL | 219.3º | 0.82% | 0.48% | - |
| HSV(B) | 219.3º | 0.9% | 0.87% | - |
| XYZ | 17.26 | 12.93 | 70.69 | - |
| YUV | 85.3 | 205.14 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 91 | 222 | 0.90 | 0.59 | 0 | 0.13 | 219.3 | 0.82 | 0.48 |
| Hex | 16 | 5B | DE | 5A | 3B | 0 | D | DB | 52 | 30 |
| Octal | 26 | 133 | 336 | 132 | 73 | 0 | 15 | 333 | 122 | 60 |
| Binary | 10110 | 1011011 | 11011110 | 1011010 | 111011 | 0 | 1101 | 11011011 | 1010010 | 110000 |
Color Harmonies of #165BDE
Complementary color
Monochromatic Colors of #165BDE
Black with #165BDE
Text Example
Text Example
White with #165BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165BDE; }
p { color: rgb(22,91,222); }
H1.HeaderClassName
{
color: #165BDE;
}
.AnyTagClassName
{
color: #165BDE;
}
</style>
background-color css
<style>
a { background-color: #165BDE; }
a { background-color: rgb(22,91,222); }
div.DivClassName
{
background-color: #165BDE;
}
.BgClassName
{
background-color: #165BDE;
}
</style>
border-color css
<style>
span { border-color: #165BDE; }
span { border-color: rgb(22,91,222); }
td.TdClassName
{
border-color: #165BDE;
}
.TagClassName
{
border-color: #165BDE;
}
</style>