Shades of Cerulean Blue #194EC9
Tints of Cerulean Blue #194EC9
RGB
CMYK
RGB Variations
Color information
#194EC9 (or 0x194EC9) is known color: Cerulean Blue. HEX triplet: 19, 4E and C9. RGB value is (25,78,201). Sum of RGB (Red+Green+Blue) = 25+78+201=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 201 (78.91% from 255 or 66.12% from 304); Max value from RGB is 201 - color contains mainly: blue. Hex color #194EC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194EC9 is #E6B136. Grayscale: #4B4B4B. Windows color (decimal): -15118647 or 13192729. OLE color: 13192729.
HSL color Cylindrical-coordinate representation of color #194EC9: hue angle of 221.93º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194EC9 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 78 | 201 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.21 |
| HSL | 221.93º | 0.78% | 0.44% | - |
| HSV(B) | 221.93º | 0.88% | 0.79% | - |
| XYZ | 13.67 | 9.87 | 56.44 | - |
| YUV | 76.18 | 198.44 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 201 | 0.88 | 0.61 | 0 | 0.21 | 221.93 | 0.78 | 0.44 |
| Hex | 19 | 4E | C9 | 58 | 3D | 0 | 15 | DE | 4E | 2C |
| Octal | 31 | 116 | 311 | 130 | 75 | 0 | 25 | 336 | 116 | 54 |
| Binary | 11001 | 1001110 | 11001001 | 1011000 | 111101 | 0 | 10101 | 11011110 | 1001110 | 101100 |
Color Harmonies of #194EC9
Complementary color
Monochromatic Colors of #194EC9
Black with #194EC9
Text Example
Text Example
White with #194EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194EC9; }
p { color: rgb(25,78,201); }
H1.HeaderClassName
{
color: #194EC9;
}
.AnyTagClassName
{
color: #194EC9;
}
</style>
background-color css
<style>
a { background-color: #194EC9; }
a { background-color: rgb(25,78,201); }
div.DivClassName
{
background-color: #194EC9;
}
.BgClassName
{
background-color: #194EC9;
}
</style>
border-color css
<style>
span { border-color: #194EC9; }
span { border-color: rgb(25,78,201); }
td.TdClassName
{
border-color: #194EC9;
}
.TagClassName
{
border-color: #194EC9;
}
</style>