Shades of Cerulean Blue #194DBB
Tints of Cerulean Blue #194DBB
RGB
CMYK
RGB Variations
Color information
#194DBB (or 0x194DBB) is known color: Cerulean Blue. HEX triplet: 19, 4D and BB. RGB value is (25,77,187). Sum of RGB (Red+Green+Blue) = 25+77+187=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 187 (73.44% from 255 or 64.71% from 289); Max value from RGB is 187 - color contains mainly: blue. Hex color #194DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194DBB is #E6B244. Grayscale: #494949. Windows color (decimal): -15118917 or 12274969. OLE color: 12274969.
HSL color Cylindrical-coordinate representation of color #194DBB: hue angle of 220.74º 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 #194DBB is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 77 | 187 | - |
| CMYK | 0.87 | 0.59 | 0 | 0.27 |
| HSL | 220.74º | 0.76% | 0.42% | - |
| HSV(B) | 220.74º | 0.87% | 0.73% | - |
| XYZ | 12.02 | 9.1 | 48.14 | - |
| YUV | 73.99 | 191.77 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 187 | 0.87 | 0.59 | 0 | 0.27 | 220.74 | 0.76 | 0.42 |
| Hex | 19 | 4D | BB | 57 | 3B | 0 | 1B | DD | 4C | 2A |
| Octal | 31 | 115 | 273 | 127 | 73 | 0 | 33 | 335 | 114 | 52 |
| Binary | 11001 | 1001101 | 10111011 | 1010111 | 111011 | 0 | 11011 | 11011101 | 1001100 | 101010 |
Color Harmonies of #194DBB
Complementary color
Monochromatic Colors of #194DBB
Black with #194DBB
Text Example
Text Example
White with #194DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DBB; }
p { color: rgb(25,77,187); }
H1.HeaderClassName
{
color: #194DBB;
}
.AnyTagClassName
{
color: #194DBB;
}
</style>
background-color css
<style>
a { background-color: #194DBB; }
a { background-color: rgb(25,77,187); }
div.DivClassName
{
background-color: #194DBB;
}
.BgClassName
{
background-color: #194DBB;
}
</style>
border-color css
<style>
span { border-color: #194DBB; }
span { border-color: rgb(25,77,187); }
td.TdClassName
{
border-color: #194DBB;
}
.TagClassName
{
border-color: #194DBB;
}
</style>