Shades of Dark Cerulean #194989
Tints of Dark Cerulean #194989
RGB
CMYK
RGB Variations
Color information
#194989 (or 0x194989) is known color: Dark Cerulean. HEX triplet: 19, 49 and 89. RGB value is (25,73,137). Sum of RGB (Red+Green+Blue) = 25+73+137=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #194989 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194989 is #E6B676. Grayscale: #414141. Windows color (decimal): -15119991 or 8997145. OLE color: 8997145.
HSL color Cylindrical-coordinate representation of color #194989: hue angle of 214.29º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #194989 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 73 | 137 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.46 |
| HSL | 214.29º | 0.69% | 0.32% | - |
| HSV(B) | 214.29º | 0.82% | 0.54% | - |
| XYZ | 7.3 | 6.78 | 24.59 | - |
| YUV | 65.94 | 168.1 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 137 | 0.82 | 0.47 | 0 | 0.46 | 214.29 | 0.69 | 0.32 |
| Hex | 19 | 49 | 89 | 52 | 2F | 0 | 2E | D6 | 45 | 20 |
| Octal | 31 | 111 | 211 | 122 | 57 | 0 | 56 | 326 | 105 | 40 |
| Binary | 11001 | 1001001 | 10001001 | 1010010 | 101111 | 0 | 101110 | 11010110 | 1000101 | 100000 |
Color Harmonies of #194989
Complementary color
Monochromatic Colors of #194989
Black with #194989
Text Example
Text Example
White with #194989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194989; }
p { color: rgb(25,73,137); }
H1.HeaderClassName
{
color: #194989;
}
.AnyTagClassName
{
color: #194989;
}
</style>
background-color css
<style>
a { background-color: #194989; }
a { background-color: rgb(25,73,137); }
div.DivClassName
{
background-color: #194989;
}
.BgClassName
{
background-color: #194989;
}
</style>
border-color css
<style>
span { border-color: #194989; }
span { border-color: rgb(25,73,137); }
td.TdClassName
{
border-color: #194989;
}
.TagClassName
{
border-color: #194989;
}
</style>