Shades of Cerulean Blue #194ABB
Tints of Cerulean Blue #194ABB
RGB
CMYK
RGB Variations
Color information
#194ABB (or 0x194ABB) is known color: Cerulean Blue. HEX triplet: 19, 4A and BB. RGB value is (25,74,187). Sum of RGB (Red+Green+Blue) = 25+74+187=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #194ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194ABB is #E6B544. Grayscale: #474747. Windows color (decimal): -15119685 or 12274201. OLE color: 12274201.
HSL color Cylindrical-coordinate representation of color #194ABB: hue angle of 221.85º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #194ABB is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 74 | 187 | - |
| CMYK | 0.87 | 0.60 | 0 | 0.27 |
| HSL | 221.85º | 0.76% | 0.42% | - |
| HSV(B) | 221.85º | 0.87% | 0.73% | - |
| XYZ | 11.82 | 8.69 | 48.07 | - |
| YUV | 72.23 | 192.77 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 187 | 0.87 | 0.60 | 0 | 0.27 | 221.85 | 0.76 | 0.42 |
| Hex | 19 | 4A | BB | 57 | 3C | 0 | 1B | DE | 4C | 2A |
| Octal | 31 | 112 | 273 | 127 | 74 | 0 | 33 | 336 | 114 | 52 |
| Binary | 11001 | 1001010 | 10111011 | 1010111 | 111100 | 0 | 11011 | 11011110 | 1001100 | 101010 |
Color Harmonies of #194ABB
Complementary color
Monochromatic Colors of #194ABB
Black with #194ABB
Text Example
Text Example
White with #194ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194ABB; }
p { color: rgb(25,74,187); }
H1.HeaderClassName
{
color: #194ABB;
}
.AnyTagClassName
{
color: #194ABB;
}
</style>
background-color css
<style>
a { background-color: #194ABB; }
a { background-color: rgb(25,74,187); }
div.DivClassName
{
background-color: #194ABB;
}
.BgClassName
{
background-color: #194ABB;
}
</style>
border-color css
<style>
span { border-color: #194ABB; }
span { border-color: rgb(25,74,187); }
td.TdClassName
{
border-color: #194ABB;
}
.TagClassName
{
border-color: #194ABB;
}
</style>