Shades of Dark Cerulean #194189
Tints of Dark Cerulean #194189
RGB
CMYK
RGB Variations
Color information
#194189 (or 0x194189) is known color: Dark Cerulean. HEX triplet: 19, 41 and 89. RGB value is (25,65,137). Sum of RGB (Red+Green+Blue) = 25+65+137=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #194189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194189 is #E6BE76. Grayscale: #3C3C3C. Windows color (decimal): -15122039 or 8995097. OLE color: 8995097.
HSL color Cylindrical-coordinate representation of color #194189: hue angle of 218.57º 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 #194189 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 65 | 137 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.46 |
| HSL | 218.57º | 0.69% | 0.32% | - |
| HSV(B) | 218.57º | 0.82% | 0.54% | - |
| XYZ | 6.81 | 5.79 | 24.43 | - |
| YUV | 61.25 | 170.75 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 65 | 137 | 0.82 | 0.53 | 0 | 0.46 | 218.57 | 0.69 | 0.32 |
| Hex | 19 | 41 | 89 | 52 | 35 | 0 | 2E | DB | 45 | 20 |
| Octal | 31 | 101 | 211 | 122 | 65 | 0 | 56 | 333 | 105 | 40 |
| Binary | 11001 | 1000001 | 10001001 | 1010010 | 110101 | 0 | 101110 | 11011011 | 1000101 | 100000 |
Color Harmonies of #194189
Complementary color
Monochromatic Colors of #194189
Black with #194189
Text Example
Text Example
White with #194189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194189; }
p { color: rgb(25,65,137); }
H1.HeaderClassName
{
color: #194189;
}
.AnyTagClassName
{
color: #194189;
}
</style>
background-color css
<style>
a { background-color: #194189; }
a { background-color: rgb(25,65,137); }
div.DivClassName
{
background-color: #194189;
}
.BgClassName
{
background-color: #194189;
}
</style>
border-color css
<style>
span { border-color: #194189; }
span { border-color: rgb(25,65,137); }
td.TdClassName
{
border-color: #194189;
}
.TagClassName
{
border-color: #194189;
}
</style>