Shades of Cobalt #14499C
Tints of Cobalt #14499C
RGB
CMYK
RGB Variations
Color information
#14499C (or 0x14499C) is known color: Cobalt. HEX triplet: 14, 49 and 9C. RGB value is (20,73,156). Sum of RGB (Red+Green+Blue) = 20+73+156=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #14499C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14499C is #EBB663. Grayscale: #424242. Windows color (decimal): -15447652 or 10242324. OLE color: 10242324.
HSL color Cylindrical-coordinate representation of color #14499C: hue angle of 216.62º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14499C is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 73 | 156 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.39 |
| HSL | 216.62º | 0.77% | 0.35% | - |
| HSV(B) | 216.62º | 0.87% | 0.61% | - |
| XYZ | 8.67 | 7.31 | 32.41 | - |
| YUV | 66.62 | 178.44 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 156 | 0.87 | 0.53 | 0 | 0.39 | 216.62 | 0.77 | 0.35 |
| Hex | 14 | 49 | 9C | 57 | 35 | 0 | 27 | D9 | 4D | 23 |
| Octal | 24 | 111 | 234 | 127 | 65 | 0 | 47 | 331 | 115 | 43 |
| Binary | 10100 | 1001001 | 10011100 | 1010111 | 110101 | 0 | 100111 | 11011001 | 1001101 | 100011 |
Color Harmonies of #14499C
Complementary color
Monochromatic Colors of #14499C
Black with #14499C
Text Example
Text Example
White with #14499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14499C; }
p { color: rgb(20,73,156); }
H1.HeaderClassName
{
color: #14499C;
}
.AnyTagClassName
{
color: #14499C;
}
</style>
background-color css
<style>
a { background-color: #14499C; }
a { background-color: rgb(20,73,156); }
div.DivClassName
{
background-color: #14499C;
}
.BgClassName
{
background-color: #14499C;
}
</style>
border-color css
<style>
span { border-color: #14499C; }
span { border-color: rgb(20,73,156); }
td.TdClassName
{
border-color: #14499C;
}
.TagClassName
{
border-color: #14499C;
}
</style>