Shades of Royal Blue #134DFA
Tints of Royal Blue #134DFA
RGB
CMYK
RGB Variations
Color information
#134DFA (or 0x134DFA) is known color: Royal Blue. HEX triplet: 13, 4D and FA. RGB value is (19,77,250). Sum of RGB (Red+Green+Blue) = 19+77+250=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 250 (98.05% from 255 or 72.25% from 346); Max value from RGB is 250 - color contains mainly: blue. Hex color #134DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134DFA is #ECB205. Grayscale: #4E4E4E. Windows color (decimal): -15512070 or 16403731. OLE color: 16403731.
HSL color Cylindrical-coordinate representation of color #134DFA: hue angle of 224.94º 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 #134DFA is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 77 | 250 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.02 |
| HSL | 224.94º | 0.96% | 0.53% | - |
| HSV(B) | 224.94º | 0.92% | 0.98% | - |
| XYZ | 20.18 | 12.35 | 91.76 | - |
| YUV | 79.38 | 224.28 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 250 | 0.92 | 0.69 | 0 | 0.02 | 224.94 | 0.96 | 0.53 |
| Hex | 13 | 4D | FA | 5C | 45 | 0 | 2 | E1 | 60 | 35 |
| Octal | 23 | 115 | 372 | 134 | 105 | 0 | 2 | 341 | 140 | 65 |
| Binary | 10011 | 1001101 | 11111010 | 1011100 | 1000101 | 0 | 10 | 11100001 | 1100000 | 110101 |
Color Harmonies of #134DFA
Complementary color
Monochromatic Colors of #134DFA
Black with #134DFA
Text Example
Text Example
White with #134DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DFA; }
p { color: rgb(19,77,250); }
H1.HeaderClassName
{
color: #134DFA;
}
.AnyTagClassName
{
color: #134DFA;
}
</style>
background-color css
<style>
a { background-color: #134DFA; }
a { background-color: rgb(19,77,250); }
div.DivClassName
{
background-color: #134DFA;
}
.BgClassName
{
background-color: #134DFA;
}
</style>
border-color css
<style>
span { border-color: #134DFA; }
span { border-color: rgb(19,77,250); }
td.TdClassName
{
border-color: #134DFA;
}
.TagClassName
{
border-color: #134DFA;
}
</style>