Shades of Royal Blue #194CEF
Tints of Royal Blue #194CEF
RGB
CMYK
RGB Variations
Color information
#194CEF (or 0x194CEF) is known color: Royal Blue. HEX triplet: 19, 4C and EF. RGB value is (25,76,239). Sum of RGB (Red+Green+Blue) = 25+76+239=340 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.35% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 239 (93.75% from 255 or 70.29% from 340); Max value from RGB is 239 - color contains mainly: blue. Hex color #194CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194CEF is #E6B310. Grayscale: #4E4E4E. Windows color (decimal): -15119121 or 15682585. OLE color: 15682585.
HSL color Cylindrical-coordinate representation of color #194CEF: hue angle of 225.7º 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 #194CEF is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 76 | 239 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.06 |
| HSL | 225.7º | 0.87% | 0.52% | - |
| HSV(B) | 225.7º | 0.9% | 0.94% | - |
| XYZ | 18.57 | 11.61 | 82.92 | - |
| YUV | 79.33 | 218.1 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 239 | 0.90 | 0.68 | 0 | 0.06 | 225.7 | 0.87 | 0.52 |
| Hex | 19 | 4C | EF | 5A | 44 | 0 | 6 | E2 | 57 | 34 |
| Octal | 31 | 114 | 357 | 132 | 104 | 0 | 6 | 342 | 127 | 64 |
| Binary | 11001 | 1001100 | 11101111 | 1011010 | 1000100 | 0 | 110 | 11100010 | 1010111 | 110100 |
Color Harmonies of #194CEF
Complementary color
Monochromatic Colors of #194CEF
Black with #194CEF
Text Example
Text Example
White with #194CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194CEF; }
p { color: rgb(25,76,239); }
H1.HeaderClassName
{
color: #194CEF;
}
.AnyTagClassName
{
color: #194CEF;
}
</style>
background-color css
<style>
a { background-color: #194CEF; }
a { background-color: rgb(25,76,239); }
div.DivClassName
{
background-color: #194CEF;
}
.BgClassName
{
background-color: #194CEF;
}
</style>
border-color css
<style>
span { border-color: #194CEF; }
span { border-color: rgb(25,76,239); }
td.TdClassName
{
border-color: #194CEF;
}
.TagClassName
{
border-color: #194CEF;
}
</style>