Shades of Cobalt #194FAA
Tints of Cobalt #194FAA
RGB
CMYK
RGB Variations
Color information
#194FAA (or 0x194FAA) is known color: Cobalt. HEX triplet: 19, 4F and AA. RGB value is (25,79,170). Sum of RGB (Red+Green+Blue) = 25+79+170=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #194FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194FAA is #E6B055. Grayscale: #484848. Windows color (decimal): -15118422 or 11161369. OLE color: 11161369.
HSL color Cylindrical-coordinate representation of color #194FAA: hue angle of 217.66º 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 #194FAA is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 79 | 170 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.33 |
| HSL | 217.66º | 0.74% | 0.38% | - |
| HSV(B) | 217.66º | 0.85% | 0.67% | - |
| XYZ | 10.45 | 8.7 | 39.16 | - |
| YUV | 73.23 | 182.61 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 170 | 0.85 | 0.54 | 0 | 0.33 | 217.66 | 0.74 | 0.38 |
| Hex | 19 | 4F | AA | 55 | 36 | 0 | 21 | DA | 4A | 26 |
| Octal | 31 | 117 | 252 | 125 | 66 | 0 | 41 | 332 | 112 | 46 |
| Binary | 11001 | 1001111 | 10101010 | 1010101 | 110110 | 0 | 100001 | 11011010 | 1001010 | 100110 |
Color Harmonies of #194FAA
Complementary color
Monochromatic Colors of #194FAA
Black with #194FAA
Text Example
Text Example
White with #194FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194FAA; }
p { color: rgb(25,79,170); }
H1.HeaderClassName
{
color: #194FAA;
}
.AnyTagClassName
{
color: #194FAA;
}
</style>
background-color css
<style>
a { background-color: #194FAA; }
a { background-color: rgb(25,79,170); }
div.DivClassName
{
background-color: #194FAA;
}
.BgClassName
{
background-color: #194FAA;
}
</style>
border-color css
<style>
span { border-color: #194FAA; }
span { border-color: rgb(25,79,170); }
td.TdClassName
{
border-color: #194FAA;
}
.TagClassName
{
border-color: #194FAA;
}
</style>