Shades of Cerulean Blue #194DC9
Tints of Cerulean Blue #194DC9
RGB
CMYK
RGB Variations
Color information
#194DC9 (or 0x194DC9) is known color: Cerulean Blue. HEX triplet: 19, 4D and C9. RGB value is (25,77,201). Sum of RGB (Red+Green+Blue) = 25+77+201=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 201 (78.91% from 255 or 66.34% from 303); Max value from RGB is 201 - color contains mainly: blue. Hex color #194DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194DC9 is #E6B236. Grayscale: #4B4B4B. Windows color (decimal): -15118903 or 13192473. OLE color: 13192473.
HSL color Cylindrical-coordinate representation of color #194DC9: hue angle of 222.27º 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 #194DC9 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 77 | 201 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.21 |
| HSL | 222.27º | 0.78% | 0.44% | - |
| HSV(B) | 222.27º | 0.88% | 0.79% | - |
| XYZ | 13.6 | 9.73 | 56.42 | - |
| YUV | 75.59 | 198.77 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 201 | 0.88 | 0.62 | 0 | 0.21 | 222.27 | 0.78 | 0.44 |
| Hex | 19 | 4D | C9 | 58 | 3E | 0 | 15 | DE | 4E | 2C |
| Octal | 31 | 115 | 311 | 130 | 76 | 0 | 25 | 336 | 116 | 54 |
| Binary | 11001 | 1001101 | 11001001 | 1011000 | 111110 | 0 | 10101 | 11011110 | 1001110 | 101100 |
Color Harmonies of #194DC9
Complementary color
Monochromatic Colors of #194DC9
Black with #194DC9
Text Example
Text Example
White with #194DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DC9; }
p { color: rgb(25,77,201); }
H1.HeaderClassName
{
color: #194DC9;
}
.AnyTagClassName
{
color: #194DC9;
}
</style>
background-color css
<style>
a { background-color: #194DC9; }
a { background-color: rgb(25,77,201); }
div.DivClassName
{
background-color: #194DC9;
}
.BgClassName
{
background-color: #194DC9;
}
</style>
border-color css
<style>
span { border-color: #194DC9; }
span { border-color: rgb(25,77,201); }
td.TdClassName
{
border-color: #194DC9;
}
.TagClassName
{
border-color: #194DC9;
}
</style>