Shades of Royal Blue #1951FF
Tints of Royal Blue #1951FF
RGB
CMYK
RGB Variations
Color information
#1951FF (or 0x1951FF) is known color: Royal Blue. HEX triplet: 19, 51 and FF. RGB value is (25,81,255). Sum of RGB (Red+Green+Blue) = 25+81+255=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #1951FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1951FF is #E6AE00. Grayscale: #535353. Windows color (decimal): -15117825 or 16732441. OLE color: 16732441.
HSL color Cylindrical-coordinate representation of color #1951FF: hue angle of 225.39º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1951FF is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 81 | 255 | - |
| CMYK | 0.90 | 0.68 | 0 | 0 |
| HSL | 225.39º | 1% | 0.55% | - |
| HSV(B) | 225.39º | 0.9% | 1% | - |
| XYZ | 21.39 | 13.31 | 96.05 | - |
| YUV | 84.09 | 224.45 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 81 | 255 | 0.90 | 0.68 | 0 | 0 | 225.39 | 1 | 0.55 |
| Hex | 19 | 51 | FF | 5A | 44 | 0 | 0 | E1 | 64 | 37 |
| Octal | 31 | 121 | 377 | 132 | 104 | 0 | 0 | 341 | 144 | 67 |
| Binary | 11001 | 1010001 | 11111111 | 1011010 | 1000100 | 0 | 0 | 11100001 | 1100100 | 110111 |
Color Harmonies of #1951FF
Complementary color
Monochromatic Colors of #1951FF
Black with #1951FF
Text Example
Text Example
White with #1951FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1951FF; }
p { color: rgb(25,81,255); }
H1.HeaderClassName
{
color: #1951FF;
}
.AnyTagClassName
{
color: #1951FF;
}
</style>
background-color css
<style>
a { background-color: #1951FF; }
a { background-color: rgb(25,81,255); }
div.DivClassName
{
background-color: #1951FF;
}
.BgClassName
{
background-color: #1951FF;
}
</style>
border-color css
<style>
span { border-color: #1951FF; }
span { border-color: rgb(25,81,255); }
td.TdClassName
{
border-color: #1951FF;
}
.TagClassName
{
border-color: #1951FF;
}
</style>