Shades of Royal Blue #195EF1
Tints of Royal Blue #195EF1
RGB
CMYK
RGB Variations
Color information
#195EF1 (or 0x195EF1) is known color: Royal Blue. HEX triplet: 19, 5E and F1. RGB value is (25,94,241). Sum of RGB (Red+Green+Blue) = 25+94+241=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 241 (94.53% from 255 or 66.94% from 360); Max value from RGB is 241 - color contains mainly: blue. Hex color #195EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195EF1 is #E6A10E. Grayscale: #595959. Windows color (decimal): -15114511 or 15818265. OLE color: 15818265.
HSL color Cylindrical-coordinate representation of color #195EF1: hue angle of 220.83º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #195EF1 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 94 | 241 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.05 |
| HSL | 220.83º | 0.89% | 0.52% | - |
| HSV(B) | 220.83º | 0.9% | 0.95% | - |
| XYZ | 20.28 | 14.56 | 84.96 | - |
| YUV | 90.13 | 213.14 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 94 | 241 | 0.90 | 0.61 | 0 | 0.05 | 220.83 | 0.89 | 0.52 |
| Hex | 19 | 5E | F1 | 5A | 3D | 0 | 5 | DD | 59 | 34 |
| Octal | 31 | 136 | 361 | 132 | 75 | 0 | 5 | 335 | 131 | 64 |
| Binary | 11001 | 1011110 | 11110001 | 1011010 | 111101 | 0 | 101 | 11011101 | 1011001 | 110100 |
Color Harmonies of #195EF1
Complementary color
Monochromatic Colors of #195EF1
Black with #195EF1
Text Example
Text Example
White with #195EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195EF1; }
p { color: rgb(25,94,241); }
H1.HeaderClassName
{
color: #195EF1;
}
.AnyTagClassName
{
color: #195EF1;
}
</style>
background-color css
<style>
a { background-color: #195EF1; }
a { background-color: rgb(25,94,241); }
div.DivClassName
{
background-color: #195EF1;
}
.BgClassName
{
background-color: #195EF1;
}
</style>
border-color css
<style>
span { border-color: #195EF1; }
span { border-color: rgb(25,94,241); }
td.TdClassName
{
border-color: #195EF1;
}
.TagClassName
{
border-color: #195EF1;
}
</style>