Shades of Royal Blue #195AF1
Tints of Royal Blue #195AF1
RGB
CMYK
RGB Variations
Color information
#195AF1 (or 0x195AF1) is known color: Royal Blue. HEX triplet: 19, 5A and F1. RGB value is (25,90,241). Sum of RGB (Red+Green+Blue) = 25+90+241=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 241 (94.53% from 255 or 67.70% from 356); Max value from RGB is 241 - color contains mainly: blue. Hex color #195AF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195AF1 is #E6A50E. Grayscale: #575757. Windows color (decimal): -15115535 or 15817241. OLE color: 15817241.
HSL color Cylindrical-coordinate representation of color #195AF1: hue angle of 221.94º 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 #195AF1 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 90 | 241 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.05 |
| HSL | 221.94º | 0.89% | 0.52% | - |
| HSV(B) | 221.94º | 0.9% | 0.95% | - |
| XYZ | 19.93 | 13.87 | 84.85 | - |
| YUV | 87.78 | 214.47 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 90 | 241 | 0.90 | 0.63 | 0 | 0.05 | 221.94 | 0.89 | 0.52 |
| Hex | 19 | 5A | F1 | 5A | 3F | 0 | 5 | DE | 59 | 34 |
| Octal | 31 | 132 | 361 | 132 | 77 | 0 | 5 | 336 | 131 | 64 |
| Binary | 11001 | 1011010 | 11110001 | 1011010 | 111111 | 0 | 101 | 11011110 | 1011001 | 110100 |
Color Harmonies of #195AF1
Complementary color
Monochromatic Colors of #195AF1
Black with #195AF1
Text Example
Text Example
White with #195AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195AF1; }
p { color: rgb(25,90,241); }
H1.HeaderClassName
{
color: #195AF1;
}
.AnyTagClassName
{
color: #195AF1;
}
</style>
background-color css
<style>
a { background-color: #195AF1; }
a { background-color: rgb(25,90,241); }
div.DivClassName
{
background-color: #195AF1;
}
.BgClassName
{
background-color: #195AF1;
}
</style>
border-color css
<style>
span { border-color: #195AF1; }
span { border-color: rgb(25,90,241); }
td.TdClassName
{
border-color: #195AF1;
}
.TagClassName
{
border-color: #195AF1;
}
</style>