Shades of Royal Blue #195EFF
Tints of Royal Blue #195EFF
RGB
CMYK
RGB Variations
Color information
#195EFF (or 0x195EFF) is known color: Royal Blue. HEX triplet: 19, 5E and FF. RGB value is (25,94,255). Sum of RGB (Red+Green+Blue) = 25+94+255=374 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.68% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #195EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195EFF is #E6A100. Grayscale: #5B5B5B. Windows color (decimal): -15114497 or 16735769. OLE color: 16735769.
HSL color Cylindrical-coordinate representation of color #195EFF: hue angle of 222º 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 #195EFF is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 94 | 255 | - |
| CMYK | 0.90 | 0.63 | 0 | 0 |
| HSL | 222º | 1% | 0.55% | - |
| HSV(B) | 222º | 0.9% | 1% | - |
| XYZ | 22.45 | 15.43 | 96.4 | - |
| YUV | 91.72 | 220.14 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 94 | 255 | 0.90 | 0.63 | 0 | 0 | 222 | 1 | 0.55 |
| Hex | 19 | 5E | FF | 5A | 3F | 0 | 0 | DE | 64 | 37 |
| Octal | 31 | 136 | 377 | 132 | 77 | 0 | 0 | 336 | 144 | 67 |
| Binary | 11001 | 1011110 | 11111111 | 1011010 | 111111 | 0 | 0 | 11011110 | 1100100 | 110111 |
Color Harmonies of #195EFF
Complementary color
Monochromatic Colors of #195EFF
Black with #195EFF
Text Example
Text Example
White with #195EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195EFF; }
p { color: rgb(25,94,255); }
H1.HeaderClassName
{
color: #195EFF;
}
.AnyTagClassName
{
color: #195EFF;
}
</style>
background-color css
<style>
a { background-color: #195EFF; }
a { background-color: rgb(25,94,255); }
div.DivClassName
{
background-color: #195EFF;
}
.BgClassName
{
background-color: #195EFF;
}
</style>
border-color css
<style>
span { border-color: #195EFF; }
span { border-color: rgb(25,94,255); }
td.TdClassName
{
border-color: #195EFF;
}
.TagClassName
{
border-color: #195EFF;
}
</style>