Shades of Royal Blue #134EFF
Tints of Royal Blue #134EFF
RGB
CMYK
RGB Variations
Color information
#134EFF (or 0x134EFF) is known color: Royal Blue. HEX triplet: 13, 4E and FF. RGB value is (19,78,255). Sum of RGB (Red+Green+Blue) = 19+78+255=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #134EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134EFF is #ECB100. Grayscale: #4F4F4F. Windows color (decimal): -15511809 or 16731667. OLE color: 16731667.
HSL color Cylindrical-coordinate representation of color #134EFF: hue angle of 225º 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 #134EFF is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 78 | 255 | - |
| CMYK | 0.93 | 0.69 | 0 | 0 |
| HSL | 225º | 1% | 0.54% | - |
| HSV(B) | 225º | 0.93% | 1% | - |
| XYZ | 21.04 | 12.81 | 95.97 | - |
| YUV | 80.54 | 226.45 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 255 | 0.93 | 0.69 | 0 | 0 | 225 | 1 | 0.54 |
| Hex | 13 | 4E | FF | 5D | 45 | 0 | 0 | E1 | 64 | 36 |
| Octal | 23 | 116 | 377 | 135 | 105 | 0 | 0 | 341 | 144 | 66 |
| Binary | 10011 | 1001110 | 11111111 | 1011101 | 1000101 | 0 | 0 | 11100001 | 1100100 | 110110 |
Color Harmonies of #134EFF
Complementary color
Monochromatic Colors of #134EFF
Black with #134EFF
Text Example
Text Example
White with #134EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134EFF; }
p { color: rgb(19,78,255); }
H1.HeaderClassName
{
color: #134EFF;
}
.AnyTagClassName
{
color: #134EFF;
}
</style>
background-color css
<style>
a { background-color: #134EFF; }
a { background-color: rgb(19,78,255); }
div.DivClassName
{
background-color: #134EFF;
}
.BgClassName
{
background-color: #134EFF;
}
</style>
border-color css
<style>
span { border-color: #134EFF; }
span { border-color: rgb(19,78,255); }
td.TdClassName
{
border-color: #134EFF;
}
.TagClassName
{
border-color: #134EFF;
}
</style>