Shades of Dark Cerulean #194489
Tints of Dark Cerulean #194489
RGB
CMYK
RGB Variations
Color information
#194489 (or 0x194489) is known color: Dark Cerulean. HEX triplet: 19, 44 and 89. RGB value is (25,68,137). Sum of RGB (Red+Green+Blue) = 25+68+137=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 137 (53.91% from 255 or 59.57% from 230); Max value from RGB is 137 - color contains mainly: blue. Hex color #194489 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194489 is #E6BB76. Grayscale: #3E3E3E. Windows color (decimal): -15121271 or 8995865. OLE color: 8995865.
HSL color Cylindrical-coordinate representation of color #194489: hue angle of 216.96º 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 #194489 is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 68 | 137 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.46 |
| HSL | 216.96º | 0.69% | 0.32% | - |
| HSV(B) | 216.96º | 0.82% | 0.54% | - |
| XYZ | 6.98 | 6.15 | 24.49 | - |
| YUV | 63.01 | 169.75 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 137 | 0.82 | 0.50 | 0 | 0.46 | 216.96 | 0.69 | 0.32 |
| Hex | 19 | 44 | 89 | 52 | 32 | 0 | 2E | D9 | 45 | 20 |
| Octal | 31 | 104 | 211 | 122 | 62 | 0 | 56 | 331 | 105 | 40 |
| Binary | 11001 | 1000100 | 10001001 | 1010010 | 110010 | 0 | 101110 | 11011001 | 1000101 | 100000 |
Color Harmonies of #194489
Complementary color
Monochromatic Colors of #194489
Black with #194489
Text Example
Text Example
White with #194489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194489; }
p { color: rgb(25,68,137); }
H1.HeaderClassName
{
color: #194489;
}
.AnyTagClassName
{
color: #194489;
}
</style>
background-color css
<style>
a { background-color: #194489; }
a { background-color: rgb(25,68,137); }
div.DivClassName
{
background-color: #194489;
}
.BgClassName
{
background-color: #194489;
}
</style>
border-color css
<style>
span { border-color: #194489; }
span { border-color: rgb(25,68,137); }
td.TdClassName
{
border-color: #194489;
}
.TagClassName
{
border-color: #194489;
}
</style>