Shades of Navy Blue #165CDD
Tints of Navy Blue #165CDD
RGB
CMYK
RGB Variations
Color information
#165CDD (or 0x165CDD) is known color: Navy Blue. HEX triplet: 16, 5C and DD. RGB value is (22,92,221). Sum of RGB (Red+Green+Blue) = 22+92+221=335 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.57% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #165CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165CDD is #E9A322. Grayscale: #555555. Windows color (decimal): -15311651 or 14507030. OLE color: 14507030.
HSL color Cylindrical-coordinate representation of color #165CDD: hue angle of 218.89º 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 #165CDD is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 92 | 221 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.13 |
| HSL | 218.89º | 0.82% | 0.48% | - |
| HSV(B) | 218.89º | 0.9% | 0.87% | - |
| XYZ | 17.21 | 13.05 | 70.02 | - |
| YUV | 85.78 | 204.31 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 221 | 0.90 | 0.58 | 0 | 0.13 | 218.89 | 0.82 | 0.48 |
| Hex | 16 | 5C | DD | 5A | 3A | 0 | D | DB | 52 | 30 |
| Octal | 26 | 134 | 335 | 132 | 72 | 0 | 15 | 333 | 122 | 60 |
| Binary | 10110 | 1011100 | 11011101 | 1011010 | 111010 | 0 | 1101 | 11011011 | 1010010 | 110000 |
Color Harmonies of #165CDD
Complementary color
Monochromatic Colors of #165CDD
Black with #165CDD
Text Example
Text Example
White with #165CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165CDD; }
p { color: rgb(22,92,221); }
H1.HeaderClassName
{
color: #165CDD;
}
.AnyTagClassName
{
color: #165CDD;
}
</style>
background-color css
<style>
a { background-color: #165CDD; }
a { background-color: rgb(22,92,221); }
div.DivClassName
{
background-color: #165CDD;
}
.BgClassName
{
background-color: #165CDD;
}
</style>
border-color css
<style>
span { border-color: #165CDD; }
span { border-color: rgb(22,92,221); }
td.TdClassName
{
border-color: #165CDD;
}
.TagClassName
{
border-color: #165CDD;
}
</style>