Shades of Royal Blue #134BFC
Tints of Royal Blue #134BFC
RGB
CMYK
RGB Variations
Color information
#134BFC (or 0x134BFC) is known color: Royal Blue. HEX triplet: 13, 4B and FC. RGB value is (19,75,252). Sum of RGB (Red+Green+Blue) = 19+75+252=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 252 (98.83% from 255 or 72.83% from 346); Max value from RGB is 252 - color contains mainly: blue. Hex color #134BFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #134BFC is #ECB403. Grayscale: #4D4D4D. Windows color (decimal): -15512580 or 16534291. OLE color: 16534291.
HSL color Cylindrical-coordinate representation of color #134BFC: hue angle of 225.58º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134BFC is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 75 | 252 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.01 |
| HSL | 225.58º | 0.97% | 0.53% | - |
| HSV(B) | 225.58º | 0.92% | 0.99% | - |
| XYZ | 20.36 | 12.2 | 93.38 | - |
| YUV | 78.43 | 225.95 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 252 | 0.92 | 0.70 | 0 | 0.01 | 225.58 | 0.97 | 0.53 |
| Hex | 13 | 4B | FC | 5C | 46 | 0 | 1 | E2 | 61 | 35 |
| Octal | 23 | 113 | 374 | 134 | 106 | 0 | 1 | 342 | 141 | 65 |
| Binary | 10011 | 1001011 | 11111100 | 1011100 | 1000110 | 0 | 1 | 11100010 | 1100001 | 110101 |
Color Harmonies of #134BFC
Complementary color
Monochromatic Colors of #134BFC
Black with #134BFC
Text Example
Text Example
White with #134BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134BFC; }
p { color: rgb(19,75,252); }
H1.HeaderClassName
{
color: #134BFC;
}
.AnyTagClassName
{
color: #134BFC;
}
</style>
background-color css
<style>
a { background-color: #134BFC; }
a { background-color: rgb(19,75,252); }
div.DivClassName
{
background-color: #134BFC;
}
.BgClassName
{
background-color: #134BFC;
}
</style>
border-color css
<style>
span { border-color: #134BFC; }
span { border-color: rgb(19,75,252); }
td.TdClassName
{
border-color: #134BFC;
}
.TagClassName
{
border-color: #134BFC;
}
</style>