Shades of Cerulean Blue #194EB2
Tints of Cerulean Blue #194EB2
RGB
CMYK
RGB Variations
Color information
#194EB2 (or 0x194EB2) is known color: Cerulean Blue. HEX triplet: 19, 4E and B2. RGB value is (25,78,178). Sum of RGB (Red+Green+Blue) = 25+78+178=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 178 (69.92% from 255 or 63.35% from 281); Max value from RGB is 178 - color contains mainly: blue. Hex color #194EB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194EB2 is #E6B14D. Grayscale: #494949. Windows color (decimal): -15118670 or 11685401. OLE color: 11685401.
HSL color Cylindrical-coordinate representation of color #194EB2: hue angle of 219.22º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #194EB2 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 25 | 78 | 178 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.30 |
| HSL | 219.22º | 0.75% | 0.4% | - |
| HSV(B) | 219.22º | 0.86% | 0.7% | - |
| XYZ | 11.16 | 8.87 | 43.24 | - |
| YUV | 73.55 | 186.94 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 178 | 0.86 | 0.56 | 0 | 0.30 | 219.22 | 0.75 | 0.4 |
| Hex | 19 | 4E | B2 | 56 | 38 | 0 | 1E | DB | 4B | 28 |
| Octal | 31 | 116 | 262 | 126 | 70 | 0 | 36 | 333 | 113 | 50 |
| Binary | 11001 | 1001110 | 10110010 | 1010110 | 111000 | 0 | 11110 | 11011011 | 1001011 | 101000 |
Color Harmonies of #194EB2
Complementary color
Monochromatic Colors of #194EB2
Black with #194EB2
Text Example
Text Example
White with #194EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194EB2; }
p { color: rgb(25,78,178); }
H1.HeaderClassName
{
color: #194EB2;
}
.AnyTagClassName
{
color: #194EB2;
}
</style>
background-color css
<style>
a { background-color: #194EB2; }
a { background-color: rgb(25,78,178); }
div.DivClassName
{
background-color: #194EB2;
}
.BgClassName
{
background-color: #194EB2;
}
</style>
border-color css
<style>
span { border-color: #194EB2; }
span { border-color: rgb(25,78,178); }
td.TdClassName
{
border-color: #194EB2;
}
.TagClassName
{
border-color: #194EB2;
}
</style>