Shades of Dark Cerulean #194279
Tints of Dark Cerulean #194279
RGB
CMYK
RGB Variations
Color information
#194279 (or 0x194279) is known color: Dark Cerulean. HEX triplet: 19, 42 and 79. RGB value is (25,66,121). Sum of RGB (Red+Green+Blue) = 25+66+121=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 121 (47.66% from 255 or 57.08% from 212); Max value from RGB is 121 - color contains mainly: blue. Hex color #194279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194279 is #E6BD86. Grayscale: #3B3B3B. Windows color (decimal): -15121799 or 7946777. OLE color: 7946777.
HSL color Cylindrical-coordinate representation of color #194279: hue angle of 214.38º 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 #194279 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 66 | 121 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.53 |
| HSL | 214.38º | 0.66% | 0.29% | - |
| HSV(B) | 214.38º | 0.79% | 0.47% | - |
| XYZ | 5.8 | 5.48 | 18.84 | - |
| YUV | 60.01 | 162.42 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 121 | 0.79 | 0.45 | 0 | 0.53 | 214.38 | 0.66 | 0.29 |
| Hex | 19 | 42 | 79 | 4F | 2D | 0 | 35 | D6 | 42 | 1D |
| Octal | 31 | 102 | 171 | 117 | 55 | 0 | 65 | 326 | 102 | 35 |
| Binary | 11001 | 1000010 | 1111001 | 1001111 | 101101 | 0 | 110101 | 11010110 | 1000010 | 11101 |
Color Harmonies of #194279
Complementary color
Monochromatic Colors of #194279
Black with #194279
Text Example
Text Example
White with #194279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194279; }
p { color: rgb(25,66,121); }
H1.HeaderClassName
{
color: #194279;
}
.AnyTagClassName
{
color: #194279;
}
</style>
background-color css
<style>
a { background-color: #194279; }
a { background-color: rgb(25,66,121); }
div.DivClassName
{
background-color: #194279;
}
.BgClassName
{
background-color: #194279;
}
</style>
border-color css
<style>
span { border-color: #194279; }
span { border-color: rgb(25,66,121); }
td.TdClassName
{
border-color: #194279;
}
.TagClassName
{
border-color: #194279;
}
</style>