Shades of Royal Blue #165BFB
Tints of Royal Blue #165BFB
RGB
CMYK
RGB Variations
Color information
#165BFB (or 0x165BFB) is known color: Royal Blue. HEX triplet: 16, 5B and FB. RGB value is (22,91,251). Sum of RGB (Red+Green+Blue) = 22+91+251=364 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.04% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 251 (98.44% from 255 or 68.96% from 364); Max value from RGB is 251 - color contains mainly: blue. Hex color #165BFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165BFB is #E9A404. Grayscale: #575757. Windows color (decimal): -15311877 or 16472854. OLE color: 16472854.
HSL color Cylindrical-coordinate representation of color #165BFB: hue angle of 221.92º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #165BFB is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 91 | 251 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.02 |
| HSL | 221.92º | 0.97% | 0.54% | - |
| HSV(B) | 221.92º | 0.91% | 0.98% | - |
| XYZ | 21.48 | 14.62 | 92.96 | - |
| YUV | 88.61 | 219.64 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 91 | 251 | 0.91 | 0.64 | 0 | 0.02 | 221.92 | 0.97 | 0.54 |
| Hex | 16 | 5B | FB | 5B | 40 | 0 | 2 | DE | 61 | 36 |
| Octal | 26 | 133 | 373 | 133 | 100 | 0 | 2 | 336 | 141 | 66 |
| Binary | 10110 | 1011011 | 11111011 | 1011011 | 1000000 | 0 | 10 | 11011110 | 1100001 | 110110 |
Color Harmonies of #165BFB
Complementary color
Monochromatic Colors of #165BFB
Black with #165BFB
Text Example
Text Example
White with #165BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165BFB; }
p { color: rgb(22,91,251); }
H1.HeaderClassName
{
color: #165BFB;
}
.AnyTagClassName
{
color: #165BFB;
}
</style>
background-color css
<style>
a { background-color: #165BFB; }
a { background-color: rgb(22,91,251); }
div.DivClassName
{
background-color: #165BFB;
}
.BgClassName
{
background-color: #165BFB;
}
</style>
border-color css
<style>
span { border-color: #165BFB; }
span { border-color: rgb(22,91,251); }
td.TdClassName
{
border-color: #165BFB;
}
.TagClassName
{
border-color: #165BFB;
}
</style>