Shades of Royal Blue #135AFF
Tints of Royal Blue #135AFF
RGB
CMYK
RGB Variations
Color information
#135AFF (or 0x135AFF) is known color: Royal Blue. HEX triplet: 13, 5A and FF. RGB value is (19,90,255). Sum of RGB (Red+Green+Blue) = 19+90+255=364 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.22% from 364); Green value is 90 (35.55% from 255 or 24.73% 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 #135AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135AFF is #ECA500. Grayscale: #565656. Windows color (decimal): -15508737 or 16734739. OLE color: 16734739.
HSL color Cylindrical-coordinate representation of color #135AFF: hue angle of 221.95º 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 #135AFF is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 90 | 255 | - |
| CMYK | 0.93 | 0.65 | 0 | 0 |
| HSL | 221.95º | 1% | 0.54% | - |
| HSV(B) | 221.95º | 0.93% | 1% | - |
| XYZ | 21.97 | 14.67 | 96.28 | - |
| YUV | 87.58 | 222.48 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 255 | 0.93 | 0.65 | 0 | 0 | 221.95 | 1 | 0.54 |
| Hex | 13 | 5A | FF | 5D | 41 | 0 | 0 | DE | 64 | 36 |
| Octal | 23 | 132 | 377 | 135 | 101 | 0 | 0 | 336 | 144 | 66 |
| Binary | 10011 | 1011010 | 11111111 | 1011101 | 1000001 | 0 | 0 | 11011110 | 1100100 | 110110 |
Color Harmonies of #135AFF
Complementary color
Monochromatic Colors of #135AFF
Black with #135AFF
Text Example
Text Example
White with #135AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135AFF; }
p { color: rgb(19,90,255); }
H1.HeaderClassName
{
color: #135AFF;
}
.AnyTagClassName
{
color: #135AFF;
}
</style>
background-color css
<style>
a { background-color: #135AFF; }
a { background-color: rgb(19,90,255); }
div.DivClassName
{
background-color: #135AFF;
}
.BgClassName
{
background-color: #135AFF;
}
</style>
border-color css
<style>
span { border-color: #135AFF; }
span { border-color: rgb(19,90,255); }
td.TdClassName
{
border-color: #135AFF;
}
.TagClassName
{
border-color: #135AFF;
}
</style>