Shades of Cobalt #194CA9
Tints of Cobalt #194CA9
RGB
CMYK
RGB Variations
Color information
#194CA9 (or 0x194CA9) is known color: Cobalt. HEX triplet: 19, 4C and A9. RGB value is (25,76,169). Sum of RGB (Red+Green+Blue) = 25+76+169=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 169 (66.41% from 255 or 62.59% from 270); Max value from RGB is 169 - color contains mainly: blue. Hex color #194CA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194CA9 is #E6B356. Grayscale: #464646. Windows color (decimal): -15119191 or 11095065. OLE color: 11095065.
HSL color Cylindrical-coordinate representation of color #194CA9: hue angle of 218.75º 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 #194CA9 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 76 | 169 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.34 |
| HSL | 218.75º | 0.74% | 0.38% | - |
| HSV(B) | 218.75º | 0.85% | 0.66% | - |
| XYZ | 10.15 | 8.24 | 38.59 | - |
| YUV | 71.35 | 183.1 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 169 | 0.85 | 0.55 | 0 | 0.34 | 218.75 | 0.74 | 0.38 |
| Hex | 19 | 4C | A9 | 55 | 37 | 0 | 22 | DB | 4A | 26 |
| Octal | 31 | 114 | 251 | 125 | 67 | 0 | 42 | 333 | 112 | 46 |
| Binary | 11001 | 1001100 | 10101001 | 1010101 | 110111 | 0 | 100010 | 11011011 | 1001010 | 100110 |
Color Harmonies of #194CA9
Complementary color
Monochromatic Colors of #194CA9
Black with #194CA9
Text Example
Text Example
White with #194CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194CA9; }
p { color: rgb(25,76,169); }
H1.HeaderClassName
{
color: #194CA9;
}
.AnyTagClassName
{
color: #194CA9;
}
</style>
background-color css
<style>
a { background-color: #194CA9; }
a { background-color: rgb(25,76,169); }
div.DivClassName
{
background-color: #194CA9;
}
.BgClassName
{
background-color: #194CA9;
}
</style>
border-color css
<style>
span { border-color: #194CA9; }
span { border-color: rgb(25,76,169); }
td.TdClassName
{
border-color: #194CA9;
}
.TagClassName
{
border-color: #194CA9;
}
</style>