Shades of Dark Cerulean #194673
Tints of Dark Cerulean #194673
RGB
CMYK
RGB Variations
Color information
#194673 (or 0x194673) is known color: Dark Cerulean. HEX triplet: 19, 46 and 73. RGB value is (25,70,115). Sum of RGB (Red+Green+Blue) = 25+70+115=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #194673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194673 is #E6B98C. Grayscale: #3D3D3D. Windows color (decimal): -15120781 or 7554585. OLE color: 7554585.
HSL color Cylindrical-coordinate representation of color #194673: hue angle of 210º 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 #194673 is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 70 | 115 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.55 |
| HSL | 210º | 0.64% | 0.27% | - |
| HSV(B) | 210º | 0.78% | 0.45% | - |
| XYZ | 5.69 | 5.82 | 17.04 | - |
| YUV | 61.68 | 158.09 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 115 | 0.78 | 0.39 | 0 | 0.55 | 210 | 0.64 | 0.27 |
| Hex | 19 | 46 | 73 | 4E | 27 | 0 | 37 | D2 | 40 | 1B |
| Octal | 31 | 106 | 163 | 116 | 47 | 0 | 67 | 322 | 100 | 33 |
| Binary | 11001 | 1000110 | 1110011 | 1001110 | 100111 | 0 | 110111 | 11010010 | 1000000 | 11011 |
Color Harmonies of #194673
Complementary color
Monochromatic Colors of #194673
Black with #194673
Text Example
Text Example
White with #194673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194673; }
p { color: rgb(25,70,115); }
H1.HeaderClassName
{
color: #194673;
}
.AnyTagClassName
{
color: #194673;
}
</style>
background-color css
<style>
a { background-color: #194673; }
a { background-color: rgb(25,70,115); }
div.DivClassName
{
background-color: #194673;
}
.BgClassName
{
background-color: #194673;
}
</style>
border-color css
<style>
span { border-color: #194673; }
span { border-color: rgb(25,70,115); }
td.TdClassName
{
border-color: #194673;
}
.TagClassName
{
border-color: #194673;
}
</style>