Shades of Cobalt #1449AD
Tints of Cobalt #1449AD
RGB
CMYK
RGB Variations
Color information
#1449AD (or 0x1449AD) is known color: Cobalt. HEX triplet: 14, 49 and AD. RGB value is (20,73,173). Sum of RGB (Red+Green+Blue) = 20+73+173=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 173 (67.97% from 255 or 65.04% from 266); Max value from RGB is 173 - color contains mainly: blue. Hex color #1449AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1449AD is #EBB652. Grayscale: #444444. Windows color (decimal): -15447635 or 11356436. OLE color: 11356436.
HSL color Cylindrical-coordinate representation of color #1449AD: hue angle of 219.22º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1449AD is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 73 | 173 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.32 |
| HSL | 219.22º | 0.79% | 0.38% | - |
| HSV(B) | 219.22º | 0.88% | 0.68% | - |
| XYZ | 10.21 | 7.93 | 40.53 | - |
| YUV | 68.55 | 186.94 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 173 | 0.88 | 0.58 | 0 | 0.32 | 219.22 | 0.79 | 0.38 |
| Hex | 14 | 49 | AD | 58 | 3A | 0 | 20 | DB | 4F | 26 |
| Octal | 24 | 111 | 255 | 130 | 72 | 0 | 40 | 333 | 117 | 46 |
| Binary | 10100 | 1001001 | 10101101 | 1011000 | 111010 | 0 | 100000 | 11011011 | 1001111 | 100110 |
Color Harmonies of #1449AD
Complementary color
Monochromatic Colors of #1449AD
Black with #1449AD
Text Example
Text Example
White with #1449AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1449AD; }
p { color: rgb(20,73,173); }
H1.HeaderClassName
{
color: #1449AD;
}
.AnyTagClassName
{
color: #1449AD;
}
</style>
background-color css
<style>
a { background-color: #1449AD; }
a { background-color: rgb(20,73,173); }
div.DivClassName
{
background-color: #1449AD;
}
.BgClassName
{
background-color: #1449AD;
}
</style>
border-color css
<style>
span { border-color: #1449AD; }
span { border-color: rgb(20,73,173); }
td.TdClassName
{
border-color: #1449AD;
}
.TagClassName
{
border-color: #1449AD;
}
</style>