Shades of Dark Cerulean #194473
Tints of Dark Cerulean #194473
RGB
CMYK
RGB Variations
Color information
#194473 (or 0x194473) is known color: Dark Cerulean. HEX triplet: 19, 44 and 73. RGB value is (25,68,115). Sum of RGB (Red+Green+Blue) = 25+68+115=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #194473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194473 is #E6BB8C. Grayscale: #3C3C3C. Windows color (decimal): -15121293 or 7554073. OLE color: 7554073.
HSL color Cylindrical-coordinate representation of color #194473: hue angle of 211.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #194473 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 68 | 115 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.55 |
| HSL | 211.33º | 0.64% | 0.27% | - |
| HSV(B) | 211.33º | 0.78% | 0.45% | - |
| XYZ | 5.56 | 5.58 | 17 | - |
| YUV | 60.5 | 158.75 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 68 | 115 | 0.78 | 0.41 | 0 | 0.55 | 211.33 | 0.64 | 0.27 |
| Hex | 19 | 44 | 73 | 4E | 29 | 0 | 37 | D3 | 40 | 1B |
| Octal | 31 | 104 | 163 | 116 | 51 | 0 | 67 | 323 | 100 | 33 |
| Binary | 11001 | 1000100 | 1110011 | 1001110 | 101001 | 0 | 110111 | 11010011 | 1000000 | 11011 |
Color Harmonies of #194473
Complementary color
Monochromatic Colors of #194473
Black with #194473
Text Example
Text Example
White with #194473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194473; }
p { color: rgb(25,68,115); }
H1.HeaderClassName
{
color: #194473;
}
.AnyTagClassName
{
color: #194473;
}
</style>
background-color css
<style>
a { background-color: #194473; }
a { background-color: rgb(25,68,115); }
div.DivClassName
{
background-color: #194473;
}
.BgClassName
{
background-color: #194473;
}
</style>
border-color css
<style>
span { border-color: #194473; }
span { border-color: rgb(25,68,115); }
td.TdClassName
{
border-color: #194473;
}
.TagClassName
{
border-color: #194473;
}
</style>