Shades of Cobalt #194DA9
Tints of Cobalt #194DA9
RGB
CMYK
RGB Variations
Color information
#194DA9 (or 0x194DA9) is known color: Cobalt. HEX triplet: 19, 4D and A9. RGB value is (25,77,169). Sum of RGB (Red+Green+Blue) = 25+77+169=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 169 (66.41% from 255 or 62.36% from 271); Max value from RGB is 169 - color contains mainly: blue. Hex color #194DA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194DA9 is #E6B256. Grayscale: #474747. Windows color (decimal): -15118935 or 11095321. OLE color: 11095321.
HSL color Cylindrical-coordinate representation of color #194DA9: hue angle of 218.33º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #194DA9 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 77 | 169 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.34 |
| HSL | 218.33º | 0.74% | 0.38% | - |
| HSV(B) | 218.33º | 0.85% | 0.66% | - |
| XYZ | 10.22 | 8.38 | 38.61 | - |
| YUV | 71.94 | 182.77 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 169 | 0.85 | 0.54 | 0 | 0.34 | 218.33 | 0.74 | 0.38 |
| Hex | 19 | 4D | A9 | 55 | 36 | 0 | 22 | DA | 4A | 26 |
| Octal | 31 | 115 | 251 | 125 | 66 | 0 | 42 | 332 | 112 | 46 |
| Binary | 11001 | 1001101 | 10101001 | 1010101 | 110110 | 0 | 100010 | 11011010 | 1001010 | 100110 |
Color Harmonies of #194DA9
Complementary color
Monochromatic Colors of #194DA9
Black with #194DA9
Text Example
Text Example
White with #194DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DA9; }
p { color: rgb(25,77,169); }
H1.HeaderClassName
{
color: #194DA9;
}
.AnyTagClassName
{
color: #194DA9;
}
</style>
background-color css
<style>
a { background-color: #194DA9; }
a { background-color: rgb(25,77,169); }
div.DivClassName
{
background-color: #194DA9;
}
.BgClassName
{
background-color: #194DA9;
}
</style>
border-color css
<style>
span { border-color: #194DA9; }
span { border-color: rgb(25,77,169); }
td.TdClassName
{
border-color: #194DA9;
}
.TagClassName
{
border-color: #194DA9;
}
</style>