Shades of Cerulean Blue #194EBB
Tints of Cerulean Blue #194EBB
RGB
CMYK
RGB Variations
Color information
#194EBB (or 0x194EBB) is known color: Cerulean Blue. HEX triplet: 19, 4E and BB. RGB value is (25,78,187). Sum of RGB (Red+Green+Blue) = 25+78+187=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #194EBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194EBB is #E6B144. Grayscale: #4A4A4A. Windows color (decimal): -15118661 or 12275225. OLE color: 12275225.
HSL color Cylindrical-coordinate representation of color #194EBB: hue angle of 220.37º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #194EBB is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 78 | 187 | - |
| CMYK | 0.87 | 0.58 | 0 | 0.27 |
| HSL | 220.37º | 0.76% | 0.42% | - |
| HSV(B) | 220.37º | 0.87% | 0.73% | - |
| XYZ | 12.09 | 9.24 | 48.16 | - |
| YUV | 74.58 | 191.44 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 187 | 0.87 | 0.58 | 0 | 0.27 | 220.37 | 0.76 | 0.42 |
| Hex | 19 | 4E | BB | 57 | 3A | 0 | 1B | DC | 4C | 2A |
| Octal | 31 | 116 | 273 | 127 | 72 | 0 | 33 | 334 | 114 | 52 |
| Binary | 11001 | 1001110 | 10111011 | 1010111 | 111010 | 0 | 11011 | 11011100 | 1001100 | 101010 |
Color Harmonies of #194EBB
Complementary color
Monochromatic Colors of #194EBB
Black with #194EBB
Text Example
Text Example
White with #194EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194EBB; }
p { color: rgb(25,78,187); }
H1.HeaderClassName
{
color: #194EBB;
}
.AnyTagClassName
{
color: #194EBB;
}
</style>
background-color css
<style>
a { background-color: #194EBB; }
a { background-color: rgb(25,78,187); }
div.DivClassName
{
background-color: #194EBB;
}
.BgClassName
{
background-color: #194EBB;
}
</style>
border-color css
<style>
span { border-color: #194EBB; }
span { border-color: rgb(25,78,187); }
td.TdClassName
{
border-color: #194EBB;
}
.TagClassName
{
border-color: #194EBB;
}
</style>