Shades of Royal Blue #195BFF
Tints of Royal Blue #195BFF
RGB
CMYK
RGB Variations
Color information
#195BFF (or 0x195BFF) is known color: Royal Blue. HEX triplet: 19, 5B and FF. RGB value is (25,91,255). Sum of RGB (Red+Green+Blue) = 25+91+255=371 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.74% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #195BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195BFF is #E6A400. Grayscale: #595959. Windows color (decimal): -15115265 or 16735001. OLE color: 16735001.
HSL color Cylindrical-coordinate representation of color #195BFF: hue angle of 222.78º 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 #195BFF is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 91 | 255 | - |
| CMYK | 0.90 | 0.64 | 0 | 0 |
| HSL | 222.78º | 1% | 0.55% | - |
| HSV(B) | 222.78º | 0.9% | 1% | - |
| XYZ | 22.19 | 14.91 | 96.32 | - |
| YUV | 89.96 | 221.13 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 91 | 255 | 0.90 | 0.64 | 0 | 0 | 222.78 | 1 | 0.55 |
| Hex | 19 | 5B | FF | 5A | 40 | 0 | 0 | DF | 64 | 37 |
| Octal | 31 | 133 | 377 | 132 | 100 | 0 | 0 | 337 | 144 | 67 |
| Binary | 11001 | 1011011 | 11111111 | 1011010 | 1000000 | 0 | 0 | 11011111 | 1100100 | 110111 |
Color Harmonies of #195BFF
Complementary color
Monochromatic Colors of #195BFF
Black with #195BFF
Text Example
Text Example
White with #195BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195BFF; }
p { color: rgb(25,91,255); }
H1.HeaderClassName
{
color: #195BFF;
}
.AnyTagClassName
{
color: #195BFF;
}
</style>
background-color css
<style>
a { background-color: #195BFF; }
a { background-color: rgb(25,91,255); }
div.DivClassName
{
background-color: #195BFF;
}
.BgClassName
{
background-color: #195BFF;
}
</style>
border-color css
<style>
span { border-color: #195BFF; }
span { border-color: rgb(25,91,255); }
td.TdClassName
{
border-color: #195BFF;
}
.TagClassName
{
border-color: #195BFF;
}
</style>