Shades of Cerulean Blue #194EC0
Tints of Cerulean Blue #194EC0
RGB
CMYK
RGB Variations
Color information
#194EC0 (or 0x194EC0) is known color: Cerulean Blue. HEX triplet: 19, 4E and C0. RGB value is (25,78,192). Sum of RGB (Red+Green+Blue) = 25+78+192=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 192 (75.39% from 255 or 65.08% from 295); Max value from RGB is 192 - color contains mainly: blue. Hex color #194EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194EC0 is #E6B13F. Grayscale: #4A4A4A. Windows color (decimal): -15118656 or 12602905. OLE color: 12602905.
HSL color Cylindrical-coordinate representation of color #194EC0: hue angle of 220.96º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #194EC0 is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 78 | 192 | - |
| CMYK | 0.87 | 0.59 | 0 | 0.25 |
| HSL | 220.96º | 0.77% | 0.43% | - |
| HSV(B) | 220.96º | 0.87% | 0.75% | - |
| XYZ | 12.64 | 9.46 | 51.03 | - |
| YUV | 75.15 | 193.94 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 192 | 0.87 | 0.59 | 0 | 0.25 | 220.96 | 0.77 | 0.43 |
| Hex | 19 | 4E | C0 | 57 | 3B | 0 | 19 | DD | 4D | 2B |
| Octal | 31 | 116 | 300 | 127 | 73 | 0 | 31 | 335 | 115 | 53 |
| Binary | 11001 | 1001110 | 11000000 | 1010111 | 111011 | 0 | 11001 | 11011101 | 1001101 | 101011 |
Color Harmonies of #194EC0
Complementary color
Monochromatic Colors of #194EC0
Black with #194EC0
Text Example
Text Example
White with #194EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194EC0; }
p { color: rgb(25,78,192); }
H1.HeaderClassName
{
color: #194EC0;
}
.AnyTagClassName
{
color: #194EC0;
}
</style>
background-color css
<style>
a { background-color: #194EC0; }
a { background-color: rgb(25,78,192); }
div.DivClassName
{
background-color: #194EC0;
}
.BgClassName
{
background-color: #194EC0;
}
</style>
border-color css
<style>
span { border-color: #194EC0; }
span { border-color: rgb(25,78,192); }
td.TdClassName
{
border-color: #194EC0;
}
.TagClassName
{
border-color: #194EC0;
}
</style>