Shades of Dark Cerulean #194A73
Tints of Dark Cerulean #194A73
RGB
CMYK
RGB Variations
Color information
#194A73 (or 0x194A73) is known color: Dark Cerulean. HEX triplet: 19, 4A and 73. RGB value is (25,74,115). Sum of RGB (Red+Green+Blue) = 25+74+115=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #194A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194A73 is #E6B58C. Grayscale: #3F3F3F. Windows color (decimal): -15119757 or 7555609. OLE color: 7555609.
HSL color Cylindrical-coordinate representation of color #194A73: hue angle of 207.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 #194A73 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 74 | 115 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.55 |
| HSL | 207.33º | 0.64% | 0.27% | - |
| HSV(B) | 207.33º | 0.78% | 0.45% | - |
| XYZ | 5.94 | 6.34 | 17.13 | - |
| YUV | 64.02 | 156.77 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 115 | 0.78 | 0.36 | 0 | 0.55 | 207.33 | 0.64 | 0.27 |
| Hex | 19 | 4A | 73 | 4E | 24 | 0 | 37 | CF | 40 | 1B |
| Octal | 31 | 112 | 163 | 116 | 44 | 0 | 67 | 317 | 100 | 33 |
| Binary | 11001 | 1001010 | 1110011 | 1001110 | 100100 | 0 | 110111 | 11001111 | 1000000 | 11011 |
Color Harmonies of #194A73
Complementary color
Monochromatic Colors of #194A73
Black with #194A73
Text Example
Text Example
White with #194A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194A73; }
p { color: rgb(25,74,115); }
H1.HeaderClassName
{
color: #194A73;
}
.AnyTagClassName
{
color: #194A73;
}
</style>
background-color css
<style>
a { background-color: #194A73; }
a { background-color: rgb(25,74,115); }
div.DivClassName
{
background-color: #194A73;
}
.BgClassName
{
background-color: #194A73;
}
</style>
border-color css
<style>
span { border-color: #194A73; }
span { border-color: rgb(25,74,115); }
td.TdClassName
{
border-color: #194A73;
}
.TagClassName
{
border-color: #194A73;
}
</style>