Shades of Royal Blue #134CFA
Tints of Royal Blue #134CFA
RGB
CMYK
RGB Variations
Color information
#134CFA (or 0x134CFA) is known color: Royal Blue. HEX triplet: 13, 4C and FA. RGB value is (19,76,250). Sum of RGB (Red+Green+Blue) = 19+76+250=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 250 (98.05% from 255 or 72.46% from 345); Max value from RGB is 250 - color contains mainly: blue. Hex color #134CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #134CFA is #ECB305. Grayscale: #4E4E4E. Windows color (decimal): -15512326 or 16403475. OLE color: 16403475.
HSL color Cylindrical-coordinate representation of color #134CFA: hue angle of 225.19º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134CFA is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 76 | 250 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.02 |
| HSL | 225.19º | 0.96% | 0.53% | - |
| HSV(B) | 225.19º | 0.92% | 0.98% | - |
| XYZ | 20.11 | 12.21 | 91.74 | - |
| YUV | 78.79 | 224.62 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 250 | 0.92 | 0.70 | 0 | 0.02 | 225.19 | 0.96 | 0.53 |
| Hex | 13 | 4C | FA | 5C | 46 | 0 | 2 | E1 | 60 | 35 |
| Octal | 23 | 114 | 372 | 134 | 106 | 0 | 2 | 341 | 140 | 65 |
| Binary | 10011 | 1001100 | 11111010 | 1011100 | 1000110 | 0 | 10 | 11100001 | 1100000 | 110101 |
Color Harmonies of #134CFA
Complementary color
Monochromatic Colors of #134CFA
Black with #134CFA
Text Example
Text Example
White with #134CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134CFA; }
p { color: rgb(19,76,250); }
H1.HeaderClassName
{
color: #134CFA;
}
.AnyTagClassName
{
color: #134CFA;
}
</style>
background-color css
<style>
a { background-color: #134CFA; }
a { background-color: rgb(19,76,250); }
div.DivClassName
{
background-color: #134CFA;
}
.BgClassName
{
background-color: #134CFA;
}
</style>
border-color css
<style>
span { border-color: #134CFA; }
span { border-color: rgb(19,76,250); }
td.TdClassName
{
border-color: #134CFA;
}
.TagClassName
{
border-color: #134CFA;
}
</style>