Shades of Royal Blue #134DFB
Tints of Royal Blue #134DFB
RGB
CMYK
RGB Variations
Color information
#134DFB (or 0x134DFB) is known color: Royal Blue. HEX triplet: 13, 4D and FB. RGB value is (19,77,251). Sum of RGB (Red+Green+Blue) = 19+77+251=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 251 (98.44% from 255 or 72.33% from 347); Max value from RGB is 251 - color contains mainly: blue. Hex color #134DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134DFB is #ECB204. Grayscale: #4E4E4E. Windows color (decimal): -15512069 or 16469267. OLE color: 16469267.
HSL color Cylindrical-coordinate representation of color #134DFB: hue angle of 225º degrees, saturation: 0.97, 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 #134DFB is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 77 | 251 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.02 |
| HSL | 225º | 0.97% | 0.53% | - |
| HSV(B) | 225º | 0.92% | 0.98% | - |
| XYZ | 20.34 | 12.41 | 92.59 | - |
| YUV | 79.49 | 224.78 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 251 | 0.92 | 0.69 | 0 | 0.02 | 225 | 0.97 | 0.53 |
| Hex | 13 | 4D | FB | 5C | 45 | 0 | 2 | E1 | 61 | 35 |
| Octal | 23 | 115 | 373 | 134 | 105 | 0 | 2 | 341 | 141 | 65 |
| Binary | 10011 | 1001101 | 11111011 | 1011100 | 1000101 | 0 | 10 | 11100001 | 1100001 | 110101 |
Color Harmonies of #134DFB
Complementary color
Monochromatic Colors of #134DFB
Black with #134DFB
Text Example
Text Example
White with #134DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DFB; }
p { color: rgb(19,77,251); }
H1.HeaderClassName
{
color: #134DFB;
}
.AnyTagClassName
{
color: #134DFB;
}
</style>
background-color css
<style>
a { background-color: #134DFB; }
a { background-color: rgb(19,77,251); }
div.DivClassName
{
background-color: #134DFB;
}
.BgClassName
{
background-color: #134DFB;
}
</style>
border-color css
<style>
span { border-color: #134DFB; }
span { border-color: rgb(19,77,251); }
td.TdClassName
{
border-color: #134DFB;
}
.TagClassName
{
border-color: #134DFB;
}
</style>