Shades of Navy Blue #165FDB
Tints of Navy Blue #165FDB
RGB
CMYK
RGB Variations
Color information
#165FDB (or 0x165FDB) is known color: Navy Blue. HEX triplet: 16, 5F and DB. RGB value is (22,95,219). Sum of RGB (Red+Green+Blue) = 22+95+219=336 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.55% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #165FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165FDB is #E9A024. Grayscale: #565656. Windows color (decimal): -15310885 or 14376726. OLE color: 14376726.
HSL color Cylindrical-coordinate representation of color #165FDB: hue angle of 217.77º 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 #165FDB is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 95 | 219 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.14 |
| HSL | 217.77º | 0.82% | 0.47% | - |
| HSV(B) | 217.77º | 0.9% | 0.86% | - |
| XYZ | 17.21 | 13.47 | 68.71 | - |
| YUV | 87.31 | 202.32 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 95 | 219 | 0.90 | 0.57 | 0 | 0.14 | 217.77 | 0.82 | 0.47 |
| Hex | 16 | 5F | DB | 5A | 39 | 0 | E | DA | 52 | 2F |
| Octal | 26 | 137 | 333 | 132 | 71 | 0 | 16 | 332 | 122 | 57 |
| Binary | 10110 | 1011111 | 11011011 | 1011010 | 111001 | 0 | 1110 | 11011010 | 1010010 | 101111 |
Color Harmonies of #165FDB
Complementary color
Monochromatic Colors of #165FDB
Black with #165FDB
Text Example
Text Example
White with #165FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165FDB; }
p { color: rgb(22,95,219); }
H1.HeaderClassName
{
color: #165FDB;
}
.AnyTagClassName
{
color: #165FDB;
}
</style>
background-color css
<style>
a { background-color: #165FDB; }
a { background-color: rgb(22,95,219); }
div.DivClassName
{
background-color: #165FDB;
}
.BgClassName
{
background-color: #165FDB;
}
</style>
border-color css
<style>
span { border-color: #165FDB; }
span { border-color: rgb(22,95,219); }
td.TdClassName
{
border-color: #165FDB;
}
.TagClassName
{
border-color: #165FDB;
}
</style>