Shades of Navy Blue #165BEC
Tints of Navy Blue #165BEC
RGB
CMYK
RGB Variations
Color information
#165BEC (or 0x165BEC) is known color: Navy Blue. HEX triplet: 16, 5B and EC. RGB value is (22,91,236). Sum of RGB (Red+Green+Blue) = 22+91+236=349 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.30% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #165BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165BEC is #E9A413. Grayscale: #565656. Windows color (decimal): -15311892 or 15489814. OLE color: 15489814.
HSL color Cylindrical-coordinate representation of color #165BEC: hue angle of 220.65º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #165BEC is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 91 | 236 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.07 |
| HSL | 220.65º | 0.85% | 0.51% | - |
| HSV(B) | 220.65º | 0.91% | 0.93% | - |
| XYZ | 19.21 | 13.71 | 80.99 | - |
| YUV | 86.9 | 212.14 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 91 | 236 | 0.91 | 0.61 | 0 | 0.07 | 220.65 | 0.85 | 0.51 |
| Hex | 16 | 5B | EC | 5B | 3D | 0 | 7 | DD | 55 | 33 |
| Octal | 26 | 133 | 354 | 133 | 75 | 0 | 7 | 335 | 125 | 63 |
| Binary | 10110 | 1011011 | 11101100 | 1011011 | 111101 | 0 | 111 | 11011101 | 1010101 | 110011 |
Color Harmonies of #165BEC
Complementary color
Monochromatic Colors of #165BEC
Black with #165BEC
Text Example
Text Example
White with #165BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165BEC; }
p { color: rgb(22,91,236); }
H1.HeaderClassName
{
color: #165BEC;
}
.AnyTagClassName
{
color: #165BEC;
}
</style>
background-color css
<style>
a { background-color: #165BEC; }
a { background-color: rgb(22,91,236); }
div.DivClassName
{
background-color: #165BEC;
}
.BgClassName
{
background-color: #165BEC;
}
</style>
border-color css
<style>
span { border-color: #165BEC; }
span { border-color: rgb(22,91,236); }
td.TdClassName
{
border-color: #165BEC;
}
.TagClassName
{
border-color: #165BEC;
}
</style>