Shades of Cobalt #194DA3
Tints of Cobalt #194DA3
RGB
CMYK
RGB Variations
Color information
#194DA3 (or 0x194DA3) is known color: Cobalt. HEX triplet: 19, 4D and A3. RGB value is (25,77,163). Sum of RGB (Red+Green+Blue) = 25+77+163=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 163 (64.06% from 255 or 61.51% from 265); Max value from RGB is 163 - color contains mainly: blue. Hex color #194DA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194DA3 is #E6B25C. Grayscale: #464646. Windows color (decimal): -15118941 or 10702105. OLE color: 10702105.
HSL color Cylindrical-coordinate representation of color #194DA3: hue angle of 217.39º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #194DA3 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 77 | 163 | - |
| CMYK | 0.85 | 0.53 | 0 | 0.36 |
| HSL | 217.39º | 0.73% | 0.37% | - |
| HSV(B) | 217.39º | 0.85% | 0.64% | - |
| XYZ | 9.67 | 8.16 | 35.72 | - |
| YUV | 71.26 | 179.77 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 163 | 0.85 | 0.53 | 0 | 0.36 | 217.39 | 0.73 | 0.37 |
| Hex | 19 | 4D | A3 | 55 | 35 | 0 | 24 | D9 | 49 | 25 |
| Octal | 31 | 115 | 243 | 125 | 65 | 0 | 44 | 331 | 111 | 45 |
| Binary | 11001 | 1001101 | 10100011 | 1010101 | 110101 | 0 | 100100 | 11011001 | 1001001 | 100101 |
Color Harmonies of #194DA3
Complementary color
Monochromatic Colors of #194DA3
Black with #194DA3
Text Example
Text Example
White with #194DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DA3; }
p { color: rgb(25,77,163); }
H1.HeaderClassName
{
color: #194DA3;
}
.AnyTagClassName
{
color: #194DA3;
}
</style>
background-color css
<style>
a { background-color: #194DA3; }
a { background-color: rgb(25,77,163); }
div.DivClassName
{
background-color: #194DA3;
}
.BgClassName
{
background-color: #194DA3;
}
</style>
border-color css
<style>
span { border-color: #194DA3; }
span { border-color: rgb(25,77,163); }
td.TdClassName
{
border-color: #194DA3;
}
.TagClassName
{
border-color: #194DA3;
}
</style>