Shades of Royal Blue #1352FF
Tints of Royal Blue #1352FF
RGB
CMYK
RGB Variations
Color information
#1352FF (or 0x1352FF) is known color: Royal Blue. HEX triplet: 13, 52 and FF. RGB value is (19,82,255). Sum of RGB (Red+Green+Blue) = 19+82+255=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #1352FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1352FF is #ECAD00. Grayscale: #525252. Windows color (decimal): -15510785 or 16732691. OLE color: 16732691.
HSL color Cylindrical-coordinate representation of color #1352FF: hue angle of 223.98º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1352FF is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 82 | 255 | - |
| CMYK | 0.93 | 0.68 | 0 | 0 |
| HSL | 223.98º | 1% | 0.54% | - |
| HSV(B) | 223.98º | 0.93% | 1% | - |
| XYZ | 21.34 | 13.39 | 96.07 | - |
| YUV | 82.89 | 225.13 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 255 | 0.93 | 0.68 | 0 | 0 | 223.98 | 1 | 0.54 |
| Hex | 13 | 52 | FF | 5D | 44 | 0 | 0 | E0 | 64 | 36 |
| Octal | 23 | 122 | 377 | 135 | 104 | 0 | 0 | 340 | 144 | 66 |
| Binary | 10011 | 1010010 | 11111111 | 1011101 | 1000100 | 0 | 0 | 11100000 | 1100100 | 110110 |
Color Harmonies of #1352FF
Complementary color
Monochromatic Colors of #1352FF
Black with #1352FF
Text Example
Text Example
White with #1352FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1352FF; }
p { color: rgb(19,82,255); }
H1.HeaderClassName
{
color: #1352FF;
}
.AnyTagClassName
{
color: #1352FF;
}
</style>
background-color css
<style>
a { background-color: #1352FF; }
a { background-color: rgb(19,82,255); }
div.DivClassName
{
background-color: #1352FF;
}
.BgClassName
{
background-color: #1352FF;
}
</style>
border-color css
<style>
span { border-color: #1352FF; }
span { border-color: rgb(19,82,255); }
td.TdClassName
{
border-color: #1352FF;
}
.TagClassName
{
border-color: #1352FF;
}
</style>