Shades of Dark Cerulean #194972
Tints of Dark Cerulean #194972
RGB
CMYK
RGB Variations
Color information
#194972 (or 0x194972) is known color: Dark Cerulean. HEX triplet: 19, 49 and 72. RGB value is (25,73,114). Sum of RGB (Red+Green+Blue) = 25+73+114=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #194972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194972 is #E6B68D. Grayscale: #3F3F3F. Windows color (decimal): -15120014 or 7489817. OLE color: 7489817.
HSL color Cylindrical-coordinate representation of color #194972: hue angle of 207.64º 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 #194972 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 73 | 114 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.55 |
| HSL | 207.64º | 0.64% | 0.27% | - |
| HSV(B) | 207.64º | 0.78% | 0.45% | - |
| XYZ | 5.82 | 6.19 | 16.81 | - |
| YUV | 63.32 | 156.6 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 73 | 114 | 0.78 | 0.36 | 0 | 0.55 | 207.64 | 0.64 | 0.27 |
| Hex | 19 | 49 | 72 | 4E | 24 | 0 | 37 | D0 | 40 | 1B |
| Octal | 31 | 111 | 162 | 116 | 44 | 0 | 67 | 320 | 100 | 33 |
| Binary | 11001 | 1001001 | 1110010 | 1001110 | 100100 | 0 | 110111 | 11010000 | 1000000 | 11011 |
Color Harmonies of #194972
Complementary color
Monochromatic Colors of #194972
Black with #194972
Text Example
Text Example
White with #194972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194972; }
p { color: rgb(25,73,114); }
H1.HeaderClassName
{
color: #194972;
}
.AnyTagClassName
{
color: #194972;
}
</style>
background-color css
<style>
a { background-color: #194972; }
a { background-color: rgb(25,73,114); }
div.DivClassName
{
background-color: #194972;
}
.BgClassName
{
background-color: #194972;
}
</style>
border-color css
<style>
span { border-color: #194972; }
span { border-color: rgb(25,73,114); }
td.TdClassName
{
border-color: #194972;
}
.TagClassName
{
border-color: #194972;
}
</style>