Shades of Cerulean Blue #194FC6
Tints of Cerulean Blue #194FC6
RGB
CMYK
RGB Variations
Color information
#194FC6 (or 0x194FC6) is known color: Cerulean Blue. HEX triplet: 19, 4F and C6. RGB value is (25,79,198). Sum of RGB (Red+Green+Blue) = 25+79+198=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 198 (77.73% from 255 or 65.56% from 302); Max value from RGB is 198 - color contains mainly: blue. Hex color #194FC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194FC6 is #E6B039. Grayscale: #4B4B4B. Windows color (decimal): -15118394 or 12996377. OLE color: 12996377.
HSL color Cylindrical-coordinate representation of color #194FC6: hue angle of 221.27º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #194FC6 is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 25 | 79 | 198 | - |
| CMYK | 0.87 | 0.60 | 0 | 0.22 |
| HSL | 221.27º | 0.78% | 0.44% | - |
| HSV(B) | 221.27º | 0.87% | 0.78% | - |
| XYZ | 13.39 | 9.88 | 54.63 | - |
| YUV | 76.42 | 196.61 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 198 | 0.87 | 0.60 | 0 | 0.22 | 221.27 | 0.78 | 0.44 |
| Hex | 19 | 4F | C6 | 57 | 3C | 0 | 16 | DD | 4E | 2C |
| Octal | 31 | 117 | 306 | 127 | 74 | 0 | 26 | 335 | 116 | 54 |
| Binary | 11001 | 1001111 | 11000110 | 1010111 | 111100 | 0 | 10110 | 11011101 | 1001110 | 101100 |
Color Harmonies of #194FC6
Complementary color
Monochromatic Colors of #194FC6
Black with #194FC6
Text Example
Text Example
White with #194FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194FC6; }
p { color: rgb(25,79,198); }
H1.HeaderClassName
{
color: #194FC6;
}
.AnyTagClassName
{
color: #194FC6;
}
</style>
background-color css
<style>
a { background-color: #194FC6; }
a { background-color: rgb(25,79,198); }
div.DivClassName
{
background-color: #194FC6;
}
.BgClassName
{
background-color: #194FC6;
}
</style>
border-color css
<style>
span { border-color: #194FC6; }
span { border-color: rgb(25,79,198); }
td.TdClassName
{
border-color: #194FC6;
}
.TagClassName
{
border-color: #194FC6;
}
</style>