Shades of Cerulean Blue #194ABC
Tints of Cerulean Blue #194ABC
RGB
CMYK
RGB Variations
Color information
#194ABC (or 0x194ABC) is known color: Cerulean Blue. HEX triplet: 19, 4A and BC. RGB value is (25,74,188). Sum of RGB (Red+Green+Blue) = 25+74+188=287 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.71% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #194ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194ABC is #E6B543. Grayscale: #474747. Windows color (decimal): -15119684 or 12339737. OLE color: 12339737.
HSL color Cylindrical-coordinate representation of color #194ABC: hue angle of 221.96º 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 #194ABC is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 74 | 188 | - |
| CMYK | 0.87 | 0.61 | 0 | 0.26 |
| HSL | 221.96º | 0.77% | 0.42% | - |
| HSV(B) | 221.96º | 0.87% | 0.74% | - |
| XYZ | 11.93 | 8.74 | 48.63 | - |
| YUV | 72.35 | 193.27 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 188 | 0.87 | 0.61 | 0 | 0.26 | 221.96 | 0.77 | 0.42 |
| Hex | 19 | 4A | BC | 57 | 3D | 0 | 1A | DE | 4D | 2A |
| Octal | 31 | 112 | 274 | 127 | 75 | 0 | 32 | 336 | 115 | 52 |
| Binary | 11001 | 1001010 | 10111100 | 1010111 | 111101 | 0 | 11010 | 11011110 | 1001101 | 101010 |
Color Harmonies of #194ABC
Complementary color
Monochromatic Colors of #194ABC
Black with #194ABC
Text Example
Text Example
White with #194ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194ABC; }
p { color: rgb(25,74,188); }
H1.HeaderClassName
{
color: #194ABC;
}
.AnyTagClassName
{
color: #194ABC;
}
</style>
background-color css
<style>
a { background-color: #194ABC; }
a { background-color: rgb(25,74,188); }
div.DivClassName
{
background-color: #194ABC;
}
.BgClassName
{
background-color: #194ABC;
}
</style>
border-color css
<style>
span { border-color: #194ABC; }
span { border-color: rgb(25,74,188); }
td.TdClassName
{
border-color: #194ABC;
}
.TagClassName
{
border-color: #194ABC;
}
</style>