Shades of Dark Cerulean #194590
Tints of Dark Cerulean #194590
RGB
CMYK
RGB Variations
Color information
#194590 (or 0x194590) is known color: Dark Cerulean. HEX triplet: 19, 45 and 90. RGB value is (25,69,144). Sum of RGB (Red+Green+Blue) = 25+69+144=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #194590 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194590 is #E6BA6F. Grayscale: #404040. Windows color (decimal): -15121008 or 9454873. OLE color: 9454873.
HSL color Cylindrical-coordinate representation of color #194590: hue angle of 217.82º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #194590 is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 69 | 144 | - |
| CMYK | 0.83 | 0.52 | 0 | 0.44 |
| HSL | 217.82º | 0.7% | 0.33% | - |
| HSV(B) | 217.82º | 0.83% | 0.56% | - |
| XYZ | 7.56 | 6.48 | 27.24 | - |
| YUV | 64.39 | 172.92 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 144 | 0.83 | 0.52 | 0 | 0.44 | 217.82 | 0.7 | 0.33 |
| Hex | 19 | 45 | 90 | 53 | 34 | 0 | 2C | DA | 46 | 21 |
| Octal | 31 | 105 | 220 | 123 | 64 | 0 | 54 | 332 | 106 | 41 |
| Binary | 11001 | 1000101 | 10010000 | 1010011 | 110100 | 0 | 101100 | 11011010 | 1000110 | 100001 |
Color Harmonies of #194590
Complementary color
Monochromatic Colors of #194590
Black with #194590
Text Example
Text Example
White with #194590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194590; }
p { color: rgb(25,69,144); }
H1.HeaderClassName
{
color: #194590;
}
.AnyTagClassName
{
color: #194590;
}
</style>
background-color css
<style>
a { background-color: #194590; }
a { background-color: rgb(25,69,144); }
div.DivClassName
{
background-color: #194590;
}
.BgClassName
{
background-color: #194590;
}
</style>
border-color css
<style>
span { border-color: #194590; }
span { border-color: rgb(25,69,144); }
td.TdClassName
{
border-color: #194590;
}
.TagClassName
{
border-color: #194590;
}
</style>