Shades of Navy Blue #165DDB
Tints of Navy Blue #165DDB
RGB
CMYK
RGB Variations
Color information
#165DDB (or 0x165DDB) is known color: Navy Blue. HEX triplet: 16, 5D and DB. RGB value is (22,93,219). Sum of RGB (Red+Green+Blue) = 22+93+219=334 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.59% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #165DDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165DDB is #E9A224. Grayscale: #555555. Windows color (decimal): -15311397 or 14376214. OLE color: 14376214.
HSL color Cylindrical-coordinate representation of color #165DDB: hue angle of 218.38º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #165DDB is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 93 | 219 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.14 |
| HSL | 218.38º | 0.82% | 0.47% | - |
| HSV(B) | 218.38º | 0.9% | 0.86% | - |
| XYZ | 17.03 | 13.11 | 68.65 | - |
| YUV | 86.14 | 202.98 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 219 | 0.90 | 0.58 | 0 | 0.14 | 218.38 | 0.82 | 0.47 |
| Hex | 16 | 5D | DB | 5A | 3A | 0 | E | DA | 52 | 2F |
| Octal | 26 | 135 | 333 | 132 | 72 | 0 | 16 | 332 | 122 | 57 |
| Binary | 10110 | 1011101 | 11011011 | 1011010 | 111010 | 0 | 1110 | 11011010 | 1010010 | 101111 |
Color Harmonies of #165DDB
Complementary color
Monochromatic Colors of #165DDB
Black with #165DDB
Text Example
Text Example
White with #165DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165DDB; }
p { color: rgb(22,93,219); }
H1.HeaderClassName
{
color: #165DDB;
}
.AnyTagClassName
{
color: #165DDB;
}
</style>
background-color css
<style>
a { background-color: #165DDB; }
a { background-color: rgb(22,93,219); }
div.DivClassName
{
background-color: #165DDB;
}
.BgClassName
{
background-color: #165DDB;
}
</style>
border-color css
<style>
span { border-color: #165DDB; }
span { border-color: rgb(22,93,219); }
td.TdClassName
{
border-color: #165DDB;
}
.TagClassName
{
border-color: #165DDB;
}
</style>