Shades of Cobalt #194DAA
Tints of Cobalt #194DAA
RGB
CMYK
RGB Variations
Color information
#194DAA (or 0x194DAA) is known color: Cobalt. HEX triplet: 19, 4D and AA. RGB value is (25,77,170). Sum of RGB (Red+Green+Blue) = 25+77+170=272 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.19% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #194DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194DAA is #E6B255. Grayscale: #474747. Windows color (decimal): -15118934 or 11160857. OLE color: 11160857.
HSL color Cylindrical-coordinate representation of color #194DAA: hue angle of 218.48º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #194DAA is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 77 | 170 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.33 |
| HSL | 218.48º | 0.74% | 0.38% | - |
| HSV(B) | 218.48º | 0.85% | 0.67% | - |
| XYZ | 10.31 | 8.42 | 39.11 | - |
| YUV | 72.05 | 183.27 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 170 | 0.85 | 0.55 | 0 | 0.33 | 218.48 | 0.74 | 0.38 |
| Hex | 19 | 4D | AA | 55 | 37 | 0 | 21 | DA | 4A | 26 |
| Octal | 31 | 115 | 252 | 125 | 67 | 0 | 41 | 332 | 112 | 46 |
| Binary | 11001 | 1001101 | 10101010 | 1010101 | 110111 | 0 | 100001 | 11011010 | 1001010 | 100110 |
Color Harmonies of #194DAA
Complementary color
Monochromatic Colors of #194DAA
Black with #194DAA
Text Example
Text Example
White with #194DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194DAA; }
p { color: rgb(25,77,170); }
H1.HeaderClassName
{
color: #194DAA;
}
.AnyTagClassName
{
color: #194DAA;
}
</style>
background-color css
<style>
a { background-color: #194DAA; }
a { background-color: rgb(25,77,170); }
div.DivClassName
{
background-color: #194DAA;
}
.BgClassName
{
background-color: #194DAA;
}
</style>
border-color css
<style>
span { border-color: #194DAA; }
span { border-color: rgb(25,77,170); }
td.TdClassName
{
border-color: #194DAA;
}
.TagClassName
{
border-color: #194DAA;
}
</style>