Shades of Royal Blue #1B56FF
Tints of Royal Blue #1B56FF
RGB
CMYK
RGB Variations
Color information
#1B56FF (or 0x1B56FF) is known color: Royal Blue. HEX triplet: 1B, 56 and FF. RGB value is (27,86,255). Sum of RGB (Red+Green+Blue) = 27+86+255=368 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.34% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B56FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B56FF is #E4A900. Grayscale: #565656. Windows color (decimal): -14985473 or 16733723. OLE color: 16733723.
HSL color Cylindrical-coordinate representation of color #1B56FF: hue angle of 224.47º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B56FF is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 86 | 255 | - |
| CMYK | 0.89 | 0.66 | 0 | 0 |
| HSL | 224.47º | 1% | 0.55% | - |
| HSV(B) | 224.47º | 0.89% | 1% | - |
| XYZ | 21.83 | 14.11 | 96.18 | - |
| YUV | 87.63 | 222.45 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 86 | 255 | 0.89 | 0.66 | 0 | 0 | 224.47 | 1 | 0.55 |
| Hex | 1B | 56 | FF | 59 | 42 | 0 | 0 | E0 | 64 | 37 |
| Octal | 33 | 126 | 377 | 131 | 102 | 0 | 0 | 340 | 144 | 67 |
| Binary | 11011 | 1010110 | 11111111 | 1011001 | 1000010 | 0 | 0 | 11100000 | 1100100 | 110111 |
Color Harmonies of #1B56FF
Complementary color
Monochromatic Colors of #1B56FF
Black with #1B56FF
Text Example
Text Example
White with #1B56FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B56FF; }
p { color: rgb(27,86,255); }
H1.HeaderClassName
{
color: #1B56FF;
}
.AnyTagClassName
{
color: #1B56FF;
}
</style>
background-color css
<style>
a { background-color: #1B56FF; }
a { background-color: rgb(27,86,255); }
div.DivClassName
{
background-color: #1B56FF;
}
.BgClassName
{
background-color: #1B56FF;
}
</style>
border-color css
<style>
span { border-color: #1B56FF; }
span { border-color: rgb(27,86,255); }
td.TdClassName
{
border-color: #1B56FF;
}
.TagClassName
{
border-color: #1B56FF;
}
</style>