Shades of Royal Blue #165CFF
Tints of Royal Blue #165CFF
RGB
CMYK
RGB Variations
Color information
#165CFF (or 0x165CFF) is known color: Royal Blue. HEX triplet: 16, 5C and FF. RGB value is (22,92,255). Sum of RGB (Red+Green+Blue) = 22+92+255=369 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.96% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #165CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165CFF is #E9A300. Grayscale: #585858. Windows color (decimal): -15311617 or 16735254. OLE color: 16735254.
HSL color Cylindrical-coordinate representation of color #165CFF: hue angle of 221.97º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #165CFF is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 92 | 255 | - |
| CMYK | 0.91 | 0.64 | 0 | 0 |
| HSL | 221.97º | 1% | 0.54% | - |
| HSV(B) | 221.97º | 0.91% | 1% | - |
| XYZ | 22.21 | 15.04 | 96.34 | - |
| YUV | 89.65 | 221.31 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 255 | 0.91 | 0.64 | 0 | 0 | 221.97 | 1 | 0.54 |
| Hex | 16 | 5C | FF | 5B | 40 | 0 | 0 | DE | 64 | 36 |
| Octal | 26 | 134 | 377 | 133 | 100 | 0 | 0 | 336 | 144 | 66 |
| Binary | 10110 | 1011100 | 11111111 | 1011011 | 1000000 | 0 | 0 | 11011110 | 1100100 | 110110 |
Color Harmonies of #165CFF
Complementary color
Monochromatic Colors of #165CFF
Black with #165CFF
Text Example
Text Example
White with #165CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165CFF; }
p { color: rgb(22,92,255); }
H1.HeaderClassName
{
color: #165CFF;
}
.AnyTagClassName
{
color: #165CFF;
}
</style>
background-color css
<style>
a { background-color: #165CFF; }
a { background-color: rgb(22,92,255); }
div.DivClassName
{
background-color: #165CFF;
}
.BgClassName
{
background-color: #165CFF;
}
</style>
border-color css
<style>
span { border-color: #165CFF; }
span { border-color: rgb(22,92,255); }
td.TdClassName
{
border-color: #165CFF;
}
.TagClassName
{
border-color: #165CFF;
}
</style>