Shades of Cerulean Blue #194DBA
Tints of Cerulean Blue #194DBA
RGB
CMYK
RGB Variations
Color information
#194DBA (or 0x194DBA) is known color: Cerulean Blue. HEX triplet: 19, 4D and BA. RGB value is (25,77,186). Sum of RGB (Red+Green+Blue) = 25+77+186=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #194DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #194DBA is #E6B245. Grayscale: #494949. Windows color (decimal): -15118918 or 12209433. OLE color: 12209433.
HSL color Cylindrical-coordinate representation of color #194DBA: hue angle of 220.62º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #194DBA is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 77 | 186 | - |
| CMYK | 0.87 | 0.59 | 0 | 0.27 |
| HSL | 220.62º | 0.76% | 0.41% | - |
| HSV(B) | 220.62º | 0.87% | 0.73% | - |
| XYZ | 11.92 | 9.06 | 47.57 | - |
| YUV | 73.88 | 191.27 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 186 | 0.87 | 0.59 | 0 | 0.27 | 220.62 | 0.76 | 0.41 |
| Hex | 19 | 4D | BA | 57 | 3B | 0 | 1B | DD | 4C | 29 |
| Octal | 31 | 115 | 272 | 127 | 73 | 0 | 33 | 335 | 114 | 51 |
| Binary | 11001 | 1001101 | 10111010 | 1010111 | 111011 | 0 | 11011 | 11011101 | 1001100 | 101001 |
Color Harmonies of #194DBA
Complementary color
Monochromatic Colors of #194DBA
Black with #194DBA
Text Example
Text Example
White with #194DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DBA; }
p { color: rgb(25,77,186); }
H1.HeaderClassName
{
color: #194DBA;
}
.AnyTagClassName
{
color: #194DBA;
}
</style>
background-color css
<style>
a { background-color: #194DBA; }
a { background-color: rgb(25,77,186); }
div.DivClassName
{
background-color: #194DBA;
}
.BgClassName
{
background-color: #194DBA;
}
</style>
border-color css
<style>
span { border-color: #194DBA; }
span { border-color: rgb(25,77,186); }
td.TdClassName
{
border-color: #194DBA;
}
.TagClassName
{
border-color: #194DBA;
}
</style>