Shades of Royal Blue #1B59FF
Tints of Royal Blue #1B59FF
RGB
CMYK
RGB Variations
Color information
#1B59FF (or 0x1B59FF) is known color: Royal Blue. HEX triplet: 1B, 59 and FF. RGB value is (27,89,255). Sum of RGB (Red+Green+Blue) = 27+89+255=371 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.28% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B59FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B59FF is #E4A600. Grayscale: #585858. Windows color (decimal): -14984705 or 16734491. OLE color: 16734491.
HSL color Cylindrical-coordinate representation of color #1B59FF: hue angle of 223.68º 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 #1B59FF is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 89 | 255 | - |
| CMYK | 0.89 | 0.65 | 0 | 0 |
| HSL | 223.68º | 1% | 0.55% | - |
| HSV(B) | 223.68º | 0.89% | 1% | - |
| XYZ | 22.07 | 14.6 | 96.26 | - |
| YUV | 89.39 | 221.46 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 89 | 255 | 0.89 | 0.65 | 0 | 0 | 223.68 | 1 | 0.55 |
| Hex | 1B | 59 | FF | 59 | 41 | 0 | 0 | E0 | 64 | 37 |
| Octal | 33 | 131 | 377 | 131 | 101 | 0 | 0 | 340 | 144 | 67 |
| Binary | 11011 | 1011001 | 11111111 | 1011001 | 1000001 | 0 | 0 | 11100000 | 1100100 | 110111 |
Color Harmonies of #1B59FF
Complementary color
Monochromatic Colors of #1B59FF
Black with #1B59FF
Text Example
Text Example
White with #1B59FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B59FF; }
p { color: rgb(27,89,255); }
H1.HeaderClassName
{
color: #1B59FF;
}
.AnyTagClassName
{
color: #1B59FF;
}
</style>
background-color css
<style>
a { background-color: #1B59FF; }
a { background-color: rgb(27,89,255); }
div.DivClassName
{
background-color: #1B59FF;
}
.BgClassName
{
background-color: #1B59FF;
}
</style>
border-color css
<style>
span { border-color: #1B59FF; }
span { border-color: rgb(27,89,255); }
td.TdClassName
{
border-color: #1B59FF;
}
.TagClassName
{
border-color: #1B59FF;
}
</style>