Shades of Dark Cerulean #194584
Tints of Dark Cerulean #194584
RGB
CMYK
RGB Variations
Color information
#194584 (or 0x194584) is known color: Dark Cerulean. HEX triplet: 19, 45 and 84. RGB value is (25,69,132). Sum of RGB (Red+Green+Blue) = 25+69+132=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 132 (51.95% from 255 or 58.41% from 226); Max value from RGB is 132 - color contains mainly: blue. Hex color #194584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194584 is #E6BA7B. Grayscale: #3E3E3E. Windows color (decimal): -15121020 or 8668441. OLE color: 8668441.
HSL color Cylindrical-coordinate representation of color #194584: hue angle of 215.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #194584 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 69 | 132 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.48 |
| HSL | 215.33º | 0.68% | 0.31% | - |
| HSV(B) | 215.33º | 0.81% | 0.52% | - |
| XYZ | 6.69 | 6.13 | 22.66 | - |
| YUV | 63.03 | 166.92 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 69 | 132 | 0.81 | 0.48 | 0 | 0.48 | 215.33 | 0.68 | 0.31 |
| Hex | 19 | 45 | 84 | 51 | 30 | 0 | 30 | D7 | 44 | 1F |
| Octal | 31 | 105 | 204 | 121 | 60 | 0 | 60 | 327 | 104 | 37 |
| Binary | 11001 | 1000101 | 10000100 | 1010001 | 110000 | 0 | 110000 | 11010111 | 1000100 | 11111 |
Color Harmonies of #194584
Complementary color
Monochromatic Colors of #194584
Black with #194584
Text Example
Text Example
White with #194584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194584; }
p { color: rgb(25,69,132); }
H1.HeaderClassName
{
color: #194584;
}
.AnyTagClassName
{
color: #194584;
}
</style>
background-color css
<style>
a { background-color: #194584; }
a { background-color: rgb(25,69,132); }
div.DivClassName
{
background-color: #194584;
}
.BgClassName
{
background-color: #194584;
}
</style>
border-color css
<style>
span { border-color: #194584; }
span { border-color: rgb(25,69,132); }
td.TdClassName
{
border-color: #194584;
}
.TagClassName
{
border-color: #194584;
}
</style>