Shades of Cobalt #194DA7
Tints of Cobalt #194DA7
RGB
CMYK
RGB Variations
Color information
#194DA7 (or 0x194DA7) is known color: Cobalt. HEX triplet: 19, 4D and A7. RGB value is (25,77,167). Sum of RGB (Red+Green+Blue) = 25+77+167=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 167 (65.62% from 255 or 62.08% from 269); Max value from RGB is 167 - color contains mainly: blue. Hex color #194DA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194DA7 is #E6B258. Grayscale: #474747. Windows color (decimal): -15118937 or 10964249. OLE color: 10964249.
HSL color Cylindrical-coordinate representation of color #194DA7: hue angle of 218.03º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #194DA7 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 25 | 77 | 167 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.35 |
| HSL | 218.03º | 0.74% | 0.38% | - |
| HSV(B) | 218.03º | 0.85% | 0.65% | - |
| XYZ | 10.03 | 8.3 | 37.63 | - |
| YUV | 71.71 | 181.77 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 167 | 0.85 | 0.54 | 0 | 0.35 | 218.03 | 0.74 | 0.38 |
| Hex | 19 | 4D | A7 | 55 | 36 | 0 | 23 | DA | 4A | 26 |
| Octal | 31 | 115 | 247 | 125 | 66 | 0 | 43 | 332 | 112 | 46 |
| Binary | 11001 | 1001101 | 10100111 | 1010101 | 110110 | 0 | 100011 | 11011010 | 1001010 | 100110 |
Color Harmonies of #194DA7
Complementary color
Monochromatic Colors of #194DA7
Black with #194DA7
Text Example
Text Example
White with #194DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DA7; }
p { color: rgb(25,77,167); }
H1.HeaderClassName
{
color: #194DA7;
}
.AnyTagClassName
{
color: #194DA7;
}
</style>
background-color css
<style>
a { background-color: #194DA7; }
a { background-color: rgb(25,77,167); }
div.DivClassName
{
background-color: #194DA7;
}
.BgClassName
{
background-color: #194DA7;
}
</style>
border-color css
<style>
span { border-color: #194DA7; }
span { border-color: rgb(25,77,167); }
td.TdClassName
{
border-color: #194DA7;
}
.TagClassName
{
border-color: #194DA7;
}
</style>