Shades of Dark Cerulean #194679
Tints of Dark Cerulean #194679
RGB
CMYK
RGB Variations
Color information
#194679 (or 0x194679) is known color: Dark Cerulean. HEX triplet: 19, 46 and 79. RGB value is (25,70,121). Sum of RGB (Red+Green+Blue) = 25+70+121=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 121 (47.66% from 255 or 56.02% from 216); Max value from RGB is 121 - color contains mainly: blue. Hex color #194679 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194679 is #E6B986. Grayscale: #3E3E3E. Windows color (decimal): -15120775 or 7947801. OLE color: 7947801.
HSL color Cylindrical-coordinate representation of color #194679: hue angle of 211.88º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #194679 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 70 | 121 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.53 |
| HSL | 211.88º | 0.66% | 0.29% | - |
| HSV(B) | 211.88º | 0.79% | 0.47% | - |
| XYZ | 6.04 | 5.97 | 18.92 | - |
| YUV | 62.36 | 161.09 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 70 | 121 | 0.79 | 0.42 | 0 | 0.53 | 211.88 | 0.66 | 0.29 |
| Hex | 19 | 46 | 79 | 4F | 2A | 0 | 35 | D4 | 42 | 1D |
| Octal | 31 | 106 | 171 | 117 | 52 | 0 | 65 | 324 | 102 | 35 |
| Binary | 11001 | 1000110 | 1111001 | 1001111 | 101010 | 0 | 110101 | 11010100 | 1000010 | 11101 |
Color Harmonies of #194679
Complementary color
Monochromatic Colors of #194679
Black with #194679
Text Example
Text Example
White with #194679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194679; }
p { color: rgb(25,70,121); }
H1.HeaderClassName
{
color: #194679;
}
.AnyTagClassName
{
color: #194679;
}
</style>
background-color css
<style>
a { background-color: #194679; }
a { background-color: rgb(25,70,121); }
div.DivClassName
{
background-color: #194679;
}
.BgClassName
{
background-color: #194679;
}
</style>
border-color css
<style>
span { border-color: #194679; }
span { border-color: rgb(25,70,121); }
td.TdClassName
{
border-color: #194679;
}
.TagClassName
{
border-color: #194679;
}
</style>