Shades of Cobalt #194DA8
Tints of Cobalt #194DA8
RGB
CMYK
RGB Variations
Color information
#194DA8 (or 0x194DA8) is known color: Cobalt. HEX triplet: 19, 4D and A8. RGB value is (25,77,168). Sum of RGB (Red+Green+Blue) = 25+77+168=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 168 (66.02% from 255 or 62.22% from 270); Max value from RGB is 168 - color contains mainly: blue. Hex color #194DA8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194DA8 is #E6B257. Grayscale: #474747. Windows color (decimal): -15118936 or 11029785. OLE color: 11029785.
HSL color Cylindrical-coordinate representation of color #194DA8: hue angle of 218.18º 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 #194DA8 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 77 | 168 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.34 |
| HSL | 218.18º | 0.74% | 0.38% | - |
| HSV(B) | 218.18º | 0.85% | 0.66% | - |
| XYZ | 10.12 | 8.34 | 38.12 | - |
| YUV | 71.83 | 182.27 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 168 | 0.85 | 0.54 | 0 | 0.34 | 218.18 | 0.74 | 0.38 |
| Hex | 19 | 4D | A8 | 55 | 36 | 0 | 22 | DA | 4A | 26 |
| Octal | 31 | 115 | 250 | 125 | 66 | 0 | 42 | 332 | 112 | 46 |
| Binary | 11001 | 1001101 | 10101000 | 1010101 | 110110 | 0 | 100010 | 11011010 | 1001010 | 100110 |
Color Harmonies of #194DA8
Complementary color
Monochromatic Colors of #194DA8
Black with #194DA8
Text Example
Text Example
White with #194DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DA8; }
p { color: rgb(25,77,168); }
H1.HeaderClassName
{
color: #194DA8;
}
.AnyTagClassName
{
color: #194DA8;
}
</style>
background-color css
<style>
a { background-color: #194DA8; }
a { background-color: rgb(25,77,168); }
div.DivClassName
{
background-color: #194DA8;
}
.BgClassName
{
background-color: #194DA8;
}
</style>
border-color css
<style>
span { border-color: #194DA8; }
span { border-color: rgb(25,77,168); }
td.TdClassName
{
border-color: #194DA8;
}
.TagClassName
{
border-color: #194DA8;
}
</style>