Shades of Cerulean Blue #194CC9
Tints of Cerulean Blue #194CC9
RGB
CMYK
RGB Variations
Color information
#194CC9 (or 0x194CC9) is known color: Cerulean Blue. HEX triplet: 19, 4C and C9. RGB value is (25,76,201). Sum of RGB (Red+Green+Blue) = 25+76+201=302 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.28% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 201 (78.91% from 255 or 66.56% from 302); Max value from RGB is 201 - color contains mainly: blue. Hex color #194CC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194CC9 is #E6B336. Grayscale: #4A4A4A. Windows color (decimal): -15119159 or 13192217. OLE color: 13192217.
HSL color Cylindrical-coordinate representation of color #194CC9: hue angle of 222.61º 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 #194CC9 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 76 | 201 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.21 |
| HSL | 222.61º | 0.78% | 0.44% | - |
| HSV(B) | 222.61º | 0.88% | 0.79% | - |
| XYZ | 13.53 | 9.59 | 56.4 | - |
| YUV | 75 | 199.1 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 201 | 0.88 | 0.62 | 0 | 0.21 | 222.61 | 0.78 | 0.44 |
| Hex | 19 | 4C | C9 | 58 | 3E | 0 | 15 | DF | 4E | 2C |
| Octal | 31 | 114 | 311 | 130 | 76 | 0 | 25 | 337 | 116 | 54 |
| Binary | 11001 | 1001100 | 11001001 | 1011000 | 111110 | 0 | 10101 | 11011111 | 1001110 | 101100 |
Color Harmonies of #194CC9
Complementary color
Monochromatic Colors of #194CC9
Black with #194CC9
Text Example
Text Example
White with #194CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194CC9; }
p { color: rgb(25,76,201); }
H1.HeaderClassName
{
color: #194CC9;
}
.AnyTagClassName
{
color: #194CC9;
}
</style>
background-color css
<style>
a { background-color: #194CC9; }
a { background-color: rgb(25,76,201); }
div.DivClassName
{
background-color: #194CC9;
}
.BgClassName
{
background-color: #194CC9;
}
</style>
border-color css
<style>
span { border-color: #194CC9; }
span { border-color: rgb(25,76,201); }
td.TdClassName
{
border-color: #194CC9;
}
.TagClassName
{
border-color: #194CC9;
}
</style>