Shades of Cerulean Blue #194CC5
Tints of Cerulean Blue #194CC5
RGB
CMYK
RGB Variations
Color information
#194CC5 (or 0x194CC5) is known color: Cerulean Blue. HEX triplet: 19, 4C and C5. RGB value is (25,76,197). Sum of RGB (Red+Green+Blue) = 25+76+197=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 197 (77.34% from 255 or 66.11% from 298); Max value from RGB is 197 - color contains mainly: blue. Hex color #194CC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194CC5 is #E6B33A. Grayscale: #4A4A4A. Windows color (decimal): -15119163 or 12930073. OLE color: 12930073.
HSL color Cylindrical-coordinate representation of color #194CC5: hue angle of 222.21º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #194CC5 is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 25 | 76 | 197 | - |
| CMYK | 0.87 | 0.61 | 0 | 0.23 |
| HSL | 222.21º | 0.77% | 0.44% | - |
| HSV(B) | 222.21º | 0.87% | 0.77% | - |
| XYZ | 13.06 | 9.41 | 53.95 | - |
| YUV | 74.55 | 197.1 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 197 | 0.87 | 0.61 | 0 | 0.23 | 222.21 | 0.77 | 0.44 |
| Hex | 19 | 4C | C5 | 57 | 3D | 0 | 17 | DE | 4D | 2C |
| Octal | 31 | 114 | 305 | 127 | 75 | 0 | 27 | 336 | 115 | 54 |
| Binary | 11001 | 1001100 | 11000101 | 1010111 | 111101 | 0 | 10111 | 11011110 | 1001101 | 101100 |
Color Harmonies of #194CC5
Complementary color
Monochromatic Colors of #194CC5
Black with #194CC5
Text Example
Text Example
White with #194CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194CC5; }
p { color: rgb(25,76,197); }
H1.HeaderClassName
{
color: #194CC5;
}
.AnyTagClassName
{
color: #194CC5;
}
</style>
background-color css
<style>
a { background-color: #194CC5; }
a { background-color: rgb(25,76,197); }
div.DivClassName
{
background-color: #194CC5;
}
.BgClassName
{
background-color: #194CC5;
}
</style>
border-color css
<style>
span { border-color: #194CC5; }
span { border-color: rgb(25,76,197); }
td.TdClassName
{
border-color: #194CC5;
}
.TagClassName
{
border-color: #194CC5;
}
</style>