Shades of Royal Blue #135BFE
Tints of Royal Blue #135BFE
RGB
CMYK
RGB Variations
Color information
#135BFE (or 0x135BFE) is known color: Royal Blue. HEX triplet: 13, 5B and FE. RGB value is (19,91,254). Sum of RGB (Red+Green+Blue) = 19+91+254=364 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.22% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #135BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135BFE is #ECA401. Grayscale: #575757. Windows color (decimal): -15508482 or 16669459. OLE color: 16669459.
HSL color Cylindrical-coordinate representation of color #135BFE: hue angle of 221.62º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #135BFE is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 91 | 254 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.00 |
| HSL | 221.62º | 0.99% | 0.54% | - |
| HSV(B) | 221.62º | 0.93% | 1% | - |
| XYZ | 21.9 | 14.78 | 95.46 | - |
| YUV | 88.05 | 221.65 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 254 | 0.93 | 0.64 | 0 | 0.00 | 221.62 | 0.99 | 0.54 |
| Hex | 13 | 5B | FE | 5D | 40 | 0 | 0 | DE | 63 | 36 |
| Octal | 23 | 133 | 376 | 135 | 100 | 0 | 0 | 336 | 143 | 66 |
| Binary | 10011 | 1011011 | 11111110 | 1011101 | 1000000 | 0 | 0 | 11011110 | 1100011 | 110110 |
Color Harmonies of #135BFE
Complementary color
Monochromatic Colors of #135BFE
Black with #135BFE
Text Example
Text Example
White with #135BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135BFE; }
p { color: rgb(19,91,254); }
H1.HeaderClassName
{
color: #135BFE;
}
.AnyTagClassName
{
color: #135BFE;
}
</style>
background-color css
<style>
a { background-color: #135BFE; }
a { background-color: rgb(19,91,254); }
div.DivClassName
{
background-color: #135BFE;
}
.BgClassName
{
background-color: #135BFE;
}
</style>
border-color css
<style>
span { border-color: #135BFE; }
span { border-color: rgb(19,91,254); }
td.TdClassName
{
border-color: #135BFE;
}
.TagClassName
{
border-color: #135BFE;
}
</style>