Shades of Royal Blue #1B52FF
Tints of Royal Blue #1B52FF
RGB
CMYK
RGB Variations
Color information
#1B52FF (or 0x1B52FF) is known color: Royal Blue. HEX triplet: 1B, 52 and FF. RGB value is (27,82,255). Sum of RGB (Red+Green+Blue) = 27+82+255=364 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.42% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B52FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B52FF is #E4AD00. Grayscale: #545454. Windows color (decimal): -14986497 or 16732699. OLE color: 16732699.
HSL color Cylindrical-coordinate representation of color #1B52FF: hue angle of 225.53º 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 #1B52FF is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 82 | 255 | - |
| CMYK | 0.89 | 0.68 | 0 | 0 |
| HSL | 225.53º | 1% | 0.55% | - |
| HSV(B) | 225.53º | 0.89% | 1% | - |
| XYZ | 21.52 | 13.49 | 96.08 | - |
| YUV | 85.28 | 223.78 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 82 | 255 | 0.89 | 0.68 | 0 | 0 | 225.53 | 1 | 0.55 |
| Hex | 1B | 52 | FF | 59 | 44 | 0 | 0 | E2 | 64 | 37 |
| Octal | 33 | 122 | 377 | 131 | 104 | 0 | 0 | 342 | 144 | 67 |
| Binary | 11011 | 1010010 | 11111111 | 1011001 | 1000100 | 0 | 0 | 11100010 | 1100100 | 110111 |
Color Harmonies of #1B52FF
Complementary color
Monochromatic Colors of #1B52FF
Black with #1B52FF
Text Example
Text Example
White with #1B52FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B52FF; }
p { color: rgb(27,82,255); }
H1.HeaderClassName
{
color: #1B52FF;
}
.AnyTagClassName
{
color: #1B52FF;
}
</style>
background-color css
<style>
a { background-color: #1B52FF; }
a { background-color: rgb(27,82,255); }
div.DivClassName
{
background-color: #1B52FF;
}
.BgClassName
{
background-color: #1B52FF;
}
</style>
border-color css
<style>
span { border-color: #1B52FF; }
span { border-color: rgb(27,82,255); }
td.TdClassName
{
border-color: #1B52FF;
}
.TagClassName
{
border-color: #1B52FF;
}
</style>