Shades of Cerulean Blue #194AEC
Tints of Cerulean Blue #194AEC
RGB
CMYK
RGB Variations
Color information
#194AEC (or 0x194AEC) is known color: Cerulean Blue. HEX triplet: 19, 4A and EC. RGB value is (25,74,236). Sum of RGB (Red+Green+Blue) = 25+74+236=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 236 (92.58% from 255 or 70.45% from 335); Max value from RGB is 236 - color contains mainly: blue. Hex color #194AEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #194AEC is #E6B513. Grayscale: #4D4D4D. Windows color (decimal): -15119636 or 15485465. OLE color: 15485465.
HSL color Cylindrical-coordinate representation of color #194AEC: hue angle of 226.07º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #194AEC is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 74 | 236 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.07 |
| HSL | 226.07º | 0.85% | 0.51% | - |
| HSV(B) | 226.07º | 0.89% | 0.93% | - |
| XYZ | 17.99 | 11.16 | 80.56 | - |
| YUV | 77.82 | 217.27 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 236 | 0.89 | 0.69 | 0 | 0.07 | 226.07 | 0.85 | 0.51 |
| Hex | 19 | 4A | EC | 59 | 45 | 0 | 7 | E2 | 55 | 33 |
| Octal | 31 | 112 | 354 | 131 | 105 | 0 | 7 | 342 | 125 | 63 |
| Binary | 11001 | 1001010 | 11101100 | 1011001 | 1000101 | 0 | 111 | 11100010 | 1010101 | 110011 |
Color Harmonies of #194AEC
Complementary color
Monochromatic Colors of #194AEC
Black with #194AEC
Text Example
Text Example
White with #194AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194AEC; }
p { color: rgb(25,74,236); }
H1.HeaderClassName
{
color: #194AEC;
}
.AnyTagClassName
{
color: #194AEC;
}
</style>
background-color css
<style>
a { background-color: #194AEC; }
a { background-color: rgb(25,74,236); }
div.DivClassName
{
background-color: #194AEC;
}
.BgClassName
{
background-color: #194AEC;
}
</style>
border-color css
<style>
span { border-color: #194AEC; }
span { border-color: rgb(25,74,236); }
td.TdClassName
{
border-color: #194AEC;
}
.TagClassName
{
border-color: #194AEC;
}
</style>