Shades of Dark Cerulean #194074
Tints of Dark Cerulean #194074
RGB
CMYK
RGB Variations
Color information
#194074 (or 0x194074) is known color: Dark Cerulean. HEX triplet: 19, 40 and 74. RGB value is (25,64,116). Sum of RGB (Red+Green+Blue) = 25+64+116=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #194074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194074 is #E6BF8B. Grayscale: #3A3A3A. Windows color (decimal): -15122316 or 7618585. OLE color: 7618585.
HSL color Cylindrical-coordinate representation of color #194074: hue angle of 214.29º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #194074 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 64 | 116 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.55 |
| HSL | 214.29º | 0.65% | 0.28% | - |
| HSV(B) | 214.29º | 0.78% | 0.45% | - |
| XYZ | 5.39 | 5.13 | 17.23 | - |
| YUV | 58.27 | 160.58 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 64 | 116 | 0.78 | 0.45 | 0 | 0.55 | 214.29 | 0.65 | 0.28 |
| Hex | 19 | 40 | 74 | 4E | 2D | 0 | 37 | D6 | 41 | 1C |
| Octal | 31 | 100 | 164 | 116 | 55 | 0 | 67 | 326 | 101 | 34 |
| Binary | 11001 | 1000000 | 1110100 | 1001110 | 101101 | 0 | 110111 | 11010110 | 1000001 | 11100 |
Color Harmonies of #194074
Complementary color
Monochromatic Colors of #194074
Black with #194074
Text Example
Text Example
White with #194074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194074; }
p { color: rgb(25,64,116); }
H1.HeaderClassName
{
color: #194074;
}
.AnyTagClassName
{
color: #194074;
}
</style>
background-color css
<style>
a { background-color: #194074; }
a { background-color: rgb(25,64,116); }
div.DivClassName
{
background-color: #194074;
}
.BgClassName
{
background-color: #194074;
}
</style>
border-color css
<style>
span { border-color: #194074; }
span { border-color: rgb(25,64,116); }
td.TdClassName
{
border-color: #194074;
}
.TagClassName
{
border-color: #194074;
}
</style>