Shades of Royal Blue #134FFC
Tints of Royal Blue #134FFC
RGB
CMYK
RGB Variations
Color information
#134FFC (or 0x134FFC) is known color: Royal Blue. HEX triplet: 13, 4F and FC. RGB value is (19,79,252). Sum of RGB (Red+Green+Blue) = 19+79+252=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #134FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134FFC is #ECB003. Grayscale: #505050. Windows color (decimal): -15511556 or 16535315. OLE color: 16535315.
HSL color Cylindrical-coordinate representation of color #134FFC: hue angle of 224.55º 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 #134FFC is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 79 | 252 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.01 |
| HSL | 224.55º | 0.97% | 0.53% | - |
| HSV(B) | 224.55º | 0.92% | 0.99% | - |
| XYZ | 20.64 | 12.76 | 93.47 | - |
| YUV | 80.78 | 224.62 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 252 | 0.92 | 0.69 | 0 | 0.01 | 224.55 | 0.97 | 0.53 |
| Hex | 13 | 4F | FC | 5C | 45 | 0 | 1 | E1 | 61 | 35 |
| Octal | 23 | 117 | 374 | 134 | 105 | 0 | 1 | 341 | 141 | 65 |
| Binary | 10011 | 1001111 | 11111100 | 1011100 | 1000101 | 0 | 1 | 11100001 | 1100001 | 110101 |
Color Harmonies of #134FFC
Complementary color
Monochromatic Colors of #134FFC
Black with #134FFC
Text Example
Text Example
White with #134FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134FFC; }
p { color: rgb(19,79,252); }
H1.HeaderClassName
{
color: #134FFC;
}
.AnyTagClassName
{
color: #134FFC;
}
</style>
background-color css
<style>
a { background-color: #134FFC; }
a { background-color: rgb(19,79,252); }
div.DivClassName
{
background-color: #134FFC;
}
.BgClassName
{
background-color: #134FFC;
}
</style>
border-color css
<style>
span { border-color: #134FFC; }
span { border-color: rgb(19,79,252); }
td.TdClassName
{
border-color: #134FFC;
}
.TagClassName
{
border-color: #134FFC;
}
</style>