Shades of Royal Blue #134AFB
Tints of Royal Blue #134AFB
RGB
CMYK
RGB Variations
Color information
#134AFB (or 0x134AFB) is known color: Royal Blue. HEX triplet: 13, 4A and FB. RGB value is (19,74,251). Sum of RGB (Red+Green+Blue) = 19+74+251=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 251 (98.44% from 255 or 72.97% from 344); Max value from RGB is 251 - color contains mainly: blue. Hex color #134AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #134AFB is #ECB504. Grayscale: #4C4C4C. Windows color (decimal): -15512837 or 16468499. OLE color: 16468499.
HSL color Cylindrical-coordinate representation of color #134AFB: hue angle of 225.78º 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 #134AFB is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 74 | 251 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.02 |
| HSL | 225.78º | 0.97% | 0.53% | - |
| HSV(B) | 225.78º | 0.92% | 0.98% | - |
| XYZ | 20.13 | 12 | 92.52 | - |
| YUV | 77.73 | 225.78 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 251 | 0.92 | 0.71 | 0 | 0.02 | 225.78 | 0.97 | 0.53 |
| Hex | 13 | 4A | FB | 5C | 47 | 0 | 2 | E2 | 61 | 35 |
| Octal | 23 | 112 | 373 | 134 | 107 | 0 | 2 | 342 | 141 | 65 |
| Binary | 10011 | 1001010 | 11111011 | 1011100 | 1000111 | 0 | 10 | 11100010 | 1100001 | 110101 |
Color Harmonies of #134AFB
Complementary color
Monochromatic Colors of #134AFB
Black with #134AFB
Text Example
Text Example
White with #134AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134AFB; }
p { color: rgb(19,74,251); }
H1.HeaderClassName
{
color: #134AFB;
}
.AnyTagClassName
{
color: #134AFB;
}
</style>
background-color css
<style>
a { background-color: #134AFB; }
a { background-color: rgb(19,74,251); }
div.DivClassName
{
background-color: #134AFB;
}
.BgClassName
{
background-color: #134AFB;
}
</style>
border-color css
<style>
span { border-color: #134AFB; }
span { border-color: rgb(19,74,251); }
td.TdClassName
{
border-color: #134AFB;
}
.TagClassName
{
border-color: #134AFB;
}
</style>