Shades of Royal Blue #195AFF
Tints of Royal Blue #195AFF
RGB
CMYK
RGB Variations
Color information
#195AFF (or 0x195AFF) is known color: Royal Blue. HEX triplet: 19, 5A and FF. RGB value is (25,90,255). Sum of RGB (Red+Green+Blue) = 25+90+255=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #195AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195AFF is #E6A500. Grayscale: #585858. Windows color (decimal): -15115521 or 16734745. OLE color: 16734745.
HSL color Cylindrical-coordinate representation of color #195AFF: hue angle of 223.04º 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 #195AFF is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 90 | 255 | - |
| CMYK | 0.90 | 0.65 | 0 | 0 |
| HSL | 223.04º | 1% | 0.55% | - |
| HSV(B) | 223.04º | 0.9% | 1% | - |
| XYZ | 22.11 | 14.74 | 96.29 | - |
| YUV | 89.38 | 221.47 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 90 | 255 | 0.90 | 0.65 | 0 | 0 | 223.04 | 1 | 0.55 |
| Hex | 19 | 5A | FF | 5A | 41 | 0 | 0 | DF | 64 | 37 |
| Octal | 31 | 132 | 377 | 132 | 101 | 0 | 0 | 337 | 144 | 67 |
| Binary | 11001 | 1011010 | 11111111 | 1011010 | 1000001 | 0 | 0 | 11011111 | 1100100 | 110111 |
Color Harmonies of #195AFF
Complementary color
Monochromatic Colors of #195AFF
Black with #195AFF
Text Example
Text Example
White with #195AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195AFF; }
p { color: rgb(25,90,255); }
H1.HeaderClassName
{
color: #195AFF;
}
.AnyTagClassName
{
color: #195AFF;
}
</style>
background-color css
<style>
a { background-color: #195AFF; }
a { background-color: rgb(25,90,255); }
div.DivClassName
{
background-color: #195AFF;
}
.BgClassName
{
background-color: #195AFF;
}
</style>
border-color css
<style>
span { border-color: #195AFF; }
span { border-color: rgb(25,90,255); }
td.TdClassName
{
border-color: #195AFF;
}
.TagClassName
{
border-color: #195AFF;
}
</style>