Shades of Navy Blue #165BDC
Tints of Navy Blue #165BDC
RGB
CMYK
RGB Variations
Color information
#165BDC (or 0x165BDC) is known color: Navy Blue. HEX triplet: 16, 5B and DC. RGB value is (22,91,220). Sum of RGB (Red+Green+Blue) = 22+91+220=333 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.61% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #165BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #165BDC is #E9A423. Grayscale: #545454. Windows color (decimal): -15311908 or 14441238. OLE color: 14441238.
HSL color Cylindrical-coordinate representation of color #165BDC: hue angle of 219.09º 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 #165BDC is Cyan = 0.9, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 91 | 220 | - |
| CMYK | 0.9 | 0.59 | 0 | 0.14 |
| HSL | 219.09º | 0.82% | 0.47% | - |
| HSV(B) | 219.09º | 0.9% | 0.86% | - |
| XYZ | 16.99 | 12.82 | 69.29 | - |
| YUV | 85.08 | 204.14 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 91 | 220 | 0.9 | 0.59 | 0 | 0.14 | 219.09 | 0.82 | 0.47 |
| Hex | 16 | 5B | DC | 5A | 3B | 0 | E | DB | 52 | 2F |
| Octal | 26 | 133 | 334 | 132 | 73 | 0 | 16 | 333 | 122 | 57 |
| Binary | 10110 | 1011011 | 11011100 | 1011010 | 111011 | 0 | 1110 | 11011011 | 1010010 | 101111 |
Color Harmonies of #165BDC
Complementary color
Monochromatic Colors of #165BDC
Black with #165BDC
Text Example
Text Example
White with #165BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165BDC; }
p { color: rgb(22,91,220); }
H1.HeaderClassName
{
color: #165BDC;
}
.AnyTagClassName
{
color: #165BDC;
}
</style>
background-color css
<style>
a { background-color: #165BDC; }
a { background-color: rgb(22,91,220); }
div.DivClassName
{
background-color: #165BDC;
}
.BgClassName
{
background-color: #165BDC;
}
</style>
border-color css
<style>
span { border-color: #165BDC; }
span { border-color: rgb(22,91,220); }
td.TdClassName
{
border-color: #165BDC;
}
.TagClassName
{
border-color: #165BDC;
}
</style>