Shades of Royal Blue #195FEC
Tints of Royal Blue #195FEC
RGB
CMYK
RGB Variations
Color information
#195FEC (or 0x195FEC) is known color: Royal Blue. HEX triplet: 19, 5F and EC. RGB value is (25,95,236). Sum of RGB (Red+Green+Blue) = 25+95+236=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #195FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195FEC is #E6A013. Grayscale: #595959. Windows color (decimal): -15114260 or 15490841. OLE color: 15490841.
HSL color Cylindrical-coordinate representation of color #195FEC: hue angle of 220.09º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #195FEC is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 95 | 236 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.07 |
| HSL | 220.09º | 0.85% | 0.51% | - |
| HSV(B) | 220.09º | 0.89% | 0.93% | - |
| XYZ | 19.63 | 14.45 | 81.11 | - |
| YUV | 90.14 | 210.31 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 95 | 236 | 0.89 | 0.60 | 0 | 0.07 | 220.09 | 0.85 | 0.51 |
| Hex | 19 | 5F | EC | 59 | 3C | 0 | 7 | DC | 55 | 33 |
| Octal | 31 | 137 | 354 | 131 | 74 | 0 | 7 | 334 | 125 | 63 |
| Binary | 11001 | 1011111 | 11101100 | 1011001 | 111100 | 0 | 111 | 11011100 | 1010101 | 110011 |
Color Harmonies of #195FEC
Complementary color
Monochromatic Colors of #195FEC
Black with #195FEC
Text Example
Text Example
White with #195FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195FEC; }
p { color: rgb(25,95,236); }
H1.HeaderClassName
{
color: #195FEC;
}
.AnyTagClassName
{
color: #195FEC;
}
</style>
background-color css
<style>
a { background-color: #195FEC; }
a { background-color: rgb(25,95,236); }
div.DivClassName
{
background-color: #195FEC;
}
.BgClassName
{
background-color: #195FEC;
}
</style>
border-color css
<style>
span { border-color: #195FEC; }
span { border-color: rgb(25,95,236); }
td.TdClassName
{
border-color: #195FEC;
}
.TagClassName
{
border-color: #195FEC;
}
</style>