Shades of Navy Blue #165DDC
Tints of Navy Blue #165DDC
RGB
CMYK
RGB Variations
Color information
#165DDC (or 0x165DDC) is known color: Navy Blue. HEX triplet: 16, 5D and DC. RGB value is (22,93,220). Sum of RGB (Red+Green+Blue) = 22+93+220=335 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.57% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #165DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165DDC is #E9A223. Grayscale: #555555. Windows color (decimal): -15311396 or 14441750. OLE color: 14441750.
HSL color Cylindrical-coordinate representation of color #165DDC: hue angle of 218.48º 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 #165DDC is Cyan = 0.9, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 93 | 220 | - |
| CMYK | 0.9 | 0.58 | 0 | 0.14 |
| HSL | 218.48º | 0.82% | 0.47% | - |
| HSV(B) | 218.48º | 0.9% | 0.86% | - |
| XYZ | 17.16 | 13.17 | 69.35 | - |
| YUV | 86.25 | 203.48 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 93 | 220 | 0.9 | 0.58 | 0 | 0.14 | 218.48 | 0.82 | 0.47 |
| Hex | 16 | 5D | DC | 5A | 3A | 0 | E | DA | 52 | 2F |
| Octal | 26 | 135 | 334 | 132 | 72 | 0 | 16 | 332 | 122 | 57 |
| Binary | 10110 | 1011101 | 11011100 | 1011010 | 111010 | 0 | 1110 | 11011010 | 1010010 | 101111 |
Color Harmonies of #165DDC
Complementary color
Monochromatic Colors of #165DDC
Black with #165DDC
Text Example
Text Example
White with #165DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165DDC; }
p { color: rgb(22,93,220); }
H1.HeaderClassName
{
color: #165DDC;
}
.AnyTagClassName
{
color: #165DDC;
}
</style>
background-color css
<style>
a { background-color: #165DDC; }
a { background-color: rgb(22,93,220); }
div.DivClassName
{
background-color: #165DDC;
}
.BgClassName
{
background-color: #165DDC;
}
</style>
border-color css
<style>
span { border-color: #165DDC; }
span { border-color: rgb(22,93,220); }
td.TdClassName
{
border-color: #165DDC;
}
.TagClassName
{
border-color: #165DDC;
}
</style>