Shades of Cerulean Blue #194EC8
Tints of Cerulean Blue #194EC8
RGB
CMYK
RGB Variations
Color information
#194EC8 (or 0x194EC8) is known color: Cerulean Blue. HEX triplet: 19, 4E and C8. RGB value is (25,78,200). Sum of RGB (Red+Green+Blue) = 25+78+200=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 200 (78.52% from 255 or 66.01% from 303); Max value from RGB is 200 - color contains mainly: blue. Hex color #194EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194EC8 is #E6B137. Grayscale: #4B4B4B. Windows color (decimal): -15118648 or 13127193. OLE color: 13127193.
HSL color Cylindrical-coordinate representation of color #194EC8: hue angle of 221.83º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #194EC8 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 25 | 78 | 200 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.22 |
| HSL | 221.83º | 0.78% | 0.44% | - |
| HSV(B) | 221.83º | 0.88% | 0.78% | - |
| XYZ | 13.55 | 9.83 | 55.83 | - |
| YUV | 76.06 | 197.94 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 200 | 0.88 | 0.61 | 0 | 0.22 | 221.83 | 0.78 | 0.44 |
| Hex | 19 | 4E | C8 | 58 | 3D | 0 | 16 | DE | 4E | 2C |
| Octal | 31 | 116 | 310 | 130 | 75 | 0 | 26 | 336 | 116 | 54 |
| Binary | 11001 | 1001110 | 11001000 | 1011000 | 111101 | 0 | 10110 | 11011110 | 1001110 | 101100 |
Color Harmonies of #194EC8
Complementary color
Monochromatic Colors of #194EC8
Black with #194EC8
Text Example
Text Example
White with #194EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194EC8; }
p { color: rgb(25,78,200); }
H1.HeaderClassName
{
color: #194EC8;
}
.AnyTagClassName
{
color: #194EC8;
}
</style>
background-color css
<style>
a { background-color: #194EC8; }
a { background-color: rgb(25,78,200); }
div.DivClassName
{
background-color: #194EC8;
}
.BgClassName
{
background-color: #194EC8;
}
</style>
border-color css
<style>
span { border-color: #194EC8; }
span { border-color: rgb(25,78,200); }
td.TdClassName
{
border-color: #194EC8;
}
.TagClassName
{
border-color: #194EC8;
}
</style>