Shades of Royal Blue #194BEF
Tints of Royal Blue #194BEF
RGB
CMYK
RGB Variations
Color information
#194BEF (or 0x194BEF) is known color: Royal Blue. HEX triplet: 19, 4B and EF. RGB value is (25,75,239). Sum of RGB (Red+Green+Blue) = 25+75+239=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 239 (93.75% from 255 or 70.50% from 339); Max value from RGB is 239 - color contains mainly: blue. Hex color #194BEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194BEF is #E6B410. Grayscale: #4E4E4E. Windows color (decimal): -15119377 or 15682329. OLE color: 15682329.
HSL color Cylindrical-coordinate representation of color #194BEF: hue angle of 225.98º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #194BEF is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 75 | 239 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.06 |
| HSL | 225.98º | 0.87% | 0.52% | - |
| HSV(B) | 225.98º | 0.9% | 0.94% | - |
| XYZ | 18.5 | 11.47 | 82.9 | - |
| YUV | 78.75 | 218.44 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 239 | 0.90 | 0.69 | 0 | 0.06 | 225.98 | 0.87 | 0.52 |
| Hex | 19 | 4B | EF | 5A | 45 | 0 | 6 | E2 | 57 | 34 |
| Octal | 31 | 113 | 357 | 132 | 105 | 0 | 6 | 342 | 127 | 64 |
| Binary | 11001 | 1001011 | 11101111 | 1011010 | 1000101 | 0 | 110 | 11100010 | 1010111 | 110100 |
Color Harmonies of #194BEF
Complementary color
Monochromatic Colors of #194BEF
Black with #194BEF
Text Example
Text Example
White with #194BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194BEF; }
p { color: rgb(25,75,239); }
H1.HeaderClassName
{
color: #194BEF;
}
.AnyTagClassName
{
color: #194BEF;
}
</style>
background-color css
<style>
a { background-color: #194BEF; }
a { background-color: rgb(25,75,239); }
div.DivClassName
{
background-color: #194BEF;
}
.BgClassName
{
background-color: #194BEF;
}
</style>
border-color css
<style>
span { border-color: #194BEF; }
span { border-color: rgb(25,75,239); }
td.TdClassName
{
border-color: #194BEF;
}
.TagClassName
{
border-color: #194BEF;
}
</style>