Shades of Cobalt #194D9F
Tints of Cobalt #194D9F
RGB
CMYK
RGB Variations
Color information
#194D9F (or 0x194D9F) is known color: Cobalt. HEX triplet: 19, 4D and 9F. RGB value is (25,77,159). Sum of RGB (Red+Green+Blue) = 25+77+159=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #194D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194D9F is #E6B260. Grayscale: #464646. Windows color (decimal): -15118945 or 10439961. OLE color: 10439961.
HSL color Cylindrical-coordinate representation of color #194D9F: hue angle of 216.72º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #194D9F is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 77 | 159 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.38 |
| HSL | 216.72º | 0.73% | 0.36% | - |
| HSV(B) | 216.72º | 0.84% | 0.62% | - |
| XYZ | 9.31 | 8.02 | 33.86 | - |
| YUV | 70.8 | 177.77 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 77 | 159 | 0.84 | 0.52 | 0 | 0.38 | 216.72 | 0.73 | 0.36 |
| Hex | 19 | 4D | 9F | 54 | 34 | 0 | 26 | D9 | 49 | 24 |
| Octal | 31 | 115 | 237 | 124 | 64 | 0 | 46 | 331 | 111 | 44 |
| Binary | 11001 | 1001101 | 10011111 | 1010100 | 110100 | 0 | 100110 | 11011001 | 1001001 | 100100 |
Color Harmonies of #194D9F
Complementary color
Monochromatic Colors of #194D9F
Black with #194D9F
Text Example
Text Example
White with #194D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194D9F; }
p { color: rgb(25,77,159); }
H1.HeaderClassName
{
color: #194D9F;
}
.AnyTagClassName
{
color: #194D9F;
}
</style>
background-color css
<style>
a { background-color: #194D9F; }
a { background-color: rgb(25,77,159); }
div.DivClassName
{
background-color: #194D9F;
}
.BgClassName
{
background-color: #194D9F;
}
</style>
border-color css
<style>
span { border-color: #194D9F; }
span { border-color: rgb(25,77,159); }
td.TdClassName
{
border-color: #194D9F;
}
.TagClassName
{
border-color: #194D9F;
}
</style>