Shades of Cerulean Blue #194CB9
Tints of Cerulean Blue #194CB9
RGB
CMYK
RGB Variations
Color information
#194CB9 (or 0x194CB9) is known color: Cerulean Blue. HEX triplet: 19, 4C and B9. RGB value is (25,76,185). Sum of RGB (Red+Green+Blue) = 25+76+185=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 185 (72.66% from 255 or 64.69% from 286); Max value from RGB is 185 - color contains mainly: blue. Hex color #194CB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194CB9 is #E6B346. Grayscale: #484848. Windows color (decimal): -15119175 or 12143641. OLE color: 12143641.
HSL color Cylindrical-coordinate representation of color #194CB9: hue angle of 220.88º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #194CB9 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 76 | 185 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.27 |
| HSL | 220.88º | 0.76% | 0.41% | - |
| HSV(B) | 220.88º | 0.86% | 0.73% | - |
| XYZ | 11.74 | 8.88 | 46.99 | - |
| YUV | 73.18 | 191.1 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 185 | 0.86 | 0.59 | 0 | 0.27 | 220.88 | 0.76 | 0.41 |
| Hex | 19 | 4C | B9 | 56 | 3B | 0 | 1B | DD | 4C | 29 |
| Octal | 31 | 114 | 271 | 126 | 73 | 0 | 33 | 335 | 114 | 51 |
| Binary | 11001 | 1001100 | 10111001 | 1010110 | 111011 | 0 | 11011 | 11011101 | 1001100 | 101001 |
Color Harmonies of #194CB9
Complementary color
Monochromatic Colors of #194CB9
Black with #194CB9
Text Example
Text Example
White with #194CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194CB9; }
p { color: rgb(25,76,185); }
H1.HeaderClassName
{
color: #194CB9;
}
.AnyTagClassName
{
color: #194CB9;
}
</style>
background-color css
<style>
a { background-color: #194CB9; }
a { background-color: rgb(25,76,185); }
div.DivClassName
{
background-color: #194CB9;
}
.BgClassName
{
background-color: #194CB9;
}
</style>
border-color css
<style>
span { border-color: #194CB9; }
span { border-color: rgb(25,76,185); }
td.TdClassName
{
border-color: #194CB9;
}
.TagClassName
{
border-color: #194CB9;
}
</style>