Shades of Cobalt #1447AA
Tints of Cobalt #1447AA
RGB
CMYK
RGB Variations
Color information
#1447AA (or 0x1447AA) is known color: Cobalt. HEX triplet: 14, 47 and AA. RGB value is (20,71,170). Sum of RGB (Red+Green+Blue) = 20+71+170=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #1447AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1447AA is #EBB855. Grayscale: #424242. Windows color (decimal): -15448150 or 11159316. OLE color: 11159316.
HSL color Cylindrical-coordinate representation of color #1447AA: hue angle of 219.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1447AA is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 71 | 170 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.33 |
| HSL | 219.6º | 0.79% | 0.37% | - |
| HSV(B) | 219.6º | 0.88% | 0.67% | - |
| XYZ | 9.8 | 7.56 | 38.97 | - |
| YUV | 67.04 | 186.1 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 170 | 0.88 | 0.58 | 0 | 0.33 | 219.6 | 0.79 | 0.37 |
| Hex | 14 | 47 | AA | 58 | 3A | 0 | 21 | DC | 4F | 25 |
| Octal | 24 | 107 | 252 | 130 | 72 | 0 | 41 | 334 | 117 | 45 |
| Binary | 10100 | 1000111 | 10101010 | 1011000 | 111010 | 0 | 100001 | 11011100 | 1001111 | 100101 |
Color Harmonies of #1447AA
Complementary color
Monochromatic Colors of #1447AA
Black with #1447AA
Text Example
Text Example
White with #1447AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1447AA; }
p { color: rgb(20,71,170); }
H1.HeaderClassName
{
color: #1447AA;
}
.AnyTagClassName
{
color: #1447AA;
}
</style>
background-color css
<style>
a { background-color: #1447AA; }
a { background-color: rgb(20,71,170); }
div.DivClassName
{
background-color: #1447AA;
}
.BgClassName
{
background-color: #1447AA;
}
</style>
border-color css
<style>
span { border-color: #1447AA; }
span { border-color: rgb(20,71,170); }
td.TdClassName
{
border-color: #1447AA;
}
.TagClassName
{
border-color: #1447AA;
}
</style>