Shades of Cerulean Blue #194ABD
Tints of Cerulean Blue #194ABD
RGB
CMYK
RGB Variations
Color information
#194ABD (or 0x194ABD) is known color: Cerulean Blue. HEX triplet: 19, 4A and BD. RGB value is (25,74,189). Sum of RGB (Red+Green+Blue) = 25+74+189=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 189 (74.22% from 255 or 65.62% from 288); Max value from RGB is 189 - color contains mainly: blue. Hex color #194ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194ABD is #E6B542. Grayscale: #474747. Windows color (decimal): -15119683 or 12405273. OLE color: 12405273.
HSL color Cylindrical-coordinate representation of color #194ABD: hue angle of 222.07º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #194ABD is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 74 | 189 | - |
| CMYK | 0.87 | 0.61 | 0 | 0.26 |
| HSL | 222.07º | 0.77% | 0.42% | - |
| HSV(B) | 222.07º | 0.87% | 0.74% | - |
| XYZ | 12.03 | 8.78 | 49.2 | - |
| YUV | 72.46 | 193.77 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 189 | 0.87 | 0.61 | 0 | 0.26 | 222.07 | 0.77 | 0.42 |
| Hex | 19 | 4A | BD | 57 | 3D | 0 | 1A | DE | 4D | 2A |
| Octal | 31 | 112 | 275 | 127 | 75 | 0 | 32 | 336 | 115 | 52 |
| Binary | 11001 | 1001010 | 10111101 | 1010111 | 111101 | 0 | 11010 | 11011110 | 1001101 | 101010 |
Color Harmonies of #194ABD
Complementary color
Monochromatic Colors of #194ABD
Black with #194ABD
Text Example
Text Example
White with #194ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194ABD; }
p { color: rgb(25,74,189); }
H1.HeaderClassName
{
color: #194ABD;
}
.AnyTagClassName
{
color: #194ABD;
}
</style>
background-color css
<style>
a { background-color: #194ABD; }
a { background-color: rgb(25,74,189); }
div.DivClassName
{
background-color: #194ABD;
}
.BgClassName
{
background-color: #194ABD;
}
</style>
border-color css
<style>
span { border-color: #194ABD; }
span { border-color: rgb(25,74,189); }
td.TdClassName
{
border-color: #194ABD;
}
.TagClassName
{
border-color: #194ABD;
}
</style>