Shades of Cerulean Blue #194ACF
Tints of Cerulean Blue #194ACF
RGB
CMYK
RGB Variations
Color information
#194ACF (or 0x194ACF) is known color: Cerulean Blue. HEX triplet: 19, 4A and CF. RGB value is (25,74,207). Sum of RGB (Red+Green+Blue) = 25+74+207=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 207 (81.25% from 255 or 67.65% from 306); Max value from RGB is 207 - color contains mainly: blue. Hex color #194ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194ACF is #E6B530. Grayscale: #494949. Windows color (decimal): -15119665 or 13584921. OLE color: 13584921.
HSL color Cylindrical-coordinate representation of color #194ACF: hue angle of 223.85º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194ACF is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 74 | 207 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.19 |
| HSL | 223.85º | 0.78% | 0.45% | - |
| HSV(B) | 223.85º | 0.88% | 0.81% | - |
| XYZ | 14.11 | 9.61 | 60.14 | - |
| YUV | 74.51 | 202.77 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 207 | 0.88 | 0.64 | 0 | 0.19 | 223.85 | 0.78 | 0.45 |
| Hex | 19 | 4A | CF | 58 | 40 | 0 | 13 | E0 | 4E | 2D |
| Octal | 31 | 112 | 317 | 130 | 100 | 0 | 23 | 340 | 116 | 55 |
| Binary | 11001 | 1001010 | 11001111 | 1011000 | 1000000 | 0 | 10011 | 11100000 | 1001110 | 101101 |
Color Harmonies of #194ACF
Complementary color
Monochromatic Colors of #194ACF
Black with #194ACF
Text Example
Text Example
White with #194ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194ACF; }
p { color: rgb(25,74,207); }
H1.HeaderClassName
{
color: #194ACF;
}
.AnyTagClassName
{
color: #194ACF;
}
</style>
background-color css
<style>
a { background-color: #194ACF; }
a { background-color: rgb(25,74,207); }
div.DivClassName
{
background-color: #194ACF;
}
.BgClassName
{
background-color: #194ACF;
}
</style>
border-color css
<style>
span { border-color: #194ACF; }
span { border-color: rgb(25,74,207); }
td.TdClassName
{
border-color: #194ACF;
}
.TagClassName
{
border-color: #194ACF;
}
</style>