Shades of Cerulean Blue #194CBB
Tints of Cerulean Blue #194CBB
RGB
CMYK
RGB Variations
Color information
#194CBB (or 0x194CBB) is known color: Cerulean Blue. HEX triplet: 19, 4C and BB. RGB value is (25,76,187). Sum of RGB (Red+Green+Blue) = 25+76+187=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 187 (73.44% from 255 or 64.93% from 288); Max value from RGB is 187 - color contains mainly: blue. Hex color #194CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #194CBB is #E6B344. Grayscale: #484848. Windows color (decimal): -15119173 or 12274713. OLE color: 12274713.
HSL color Cylindrical-coordinate representation of color #194CBB: hue angle of 221.11º 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 #194CBB is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 76 | 187 | - |
| CMYK | 0.87 | 0.59 | 0 | 0.27 |
| HSL | 221.11º | 0.76% | 0.42% | - |
| HSV(B) | 221.11º | 0.87% | 0.73% | - |
| XYZ | 11.95 | 8.96 | 48.11 | - |
| YUV | 73.41 | 192.1 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 187 | 0.87 | 0.59 | 0 | 0.27 | 221.11 | 0.76 | 0.42 |
| Hex | 19 | 4C | BB | 57 | 3B | 0 | 1B | DD | 4C | 2A |
| Octal | 31 | 114 | 273 | 127 | 73 | 0 | 33 | 335 | 114 | 52 |
| Binary | 11001 | 1001100 | 10111011 | 1010111 | 111011 | 0 | 11011 | 11011101 | 1001100 | 101010 |
Color Harmonies of #194CBB
Complementary color
Monochromatic Colors of #194CBB
Black with #194CBB
Text Example
Text Example
White with #194CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194CBB; }
p { color: rgb(25,76,187); }
H1.HeaderClassName
{
color: #194CBB;
}
.AnyTagClassName
{
color: #194CBB;
}
</style>
background-color css
<style>
a { background-color: #194CBB; }
a { background-color: rgb(25,76,187); }
div.DivClassName
{
background-color: #194CBB;
}
.BgClassName
{
background-color: #194CBB;
}
</style>
border-color css
<style>
span { border-color: #194CBB; }
span { border-color: rgb(25,76,187); }
td.TdClassName
{
border-color: #194CBB;
}
.TagClassName
{
border-color: #194CBB;
}
</style>