Shades of Cobalt #1449A5
Tints of Cobalt #1449A5
RGB
CMYK
RGB Variations
Color information
#1449A5 (or 0x1449A5) is known color: Cobalt. HEX triplet: 14, 49 and A5. RGB value is (20,73,165). Sum of RGB (Red+Green+Blue) = 20+73+165=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 165 (64.84% from 255 or 63.95% from 258); Max value from RGB is 165 - color contains mainly: blue. Hex color #1449A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1449A5 is #EBB65A. Grayscale: #434343. Windows color (decimal): -15447643 or 10832148. OLE color: 10832148.
HSL color Cylindrical-coordinate representation of color #1449A5: hue angle of 218.07º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1449A5 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 73 | 165 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.35 |
| HSL | 218.07º | 0.78% | 0.36% | - |
| HSV(B) | 218.07º | 0.88% | 0.65% | - |
| XYZ | 9.46 | 7.63 | 36.57 | - |
| YUV | 67.64 | 182.94 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 165 | 0.88 | 0.56 | 0 | 0.35 | 218.07 | 0.78 | 0.36 |
| Hex | 14 | 49 | A5 | 58 | 38 | 0 | 23 | DA | 4E | 24 |
| Octal | 24 | 111 | 245 | 130 | 70 | 0 | 43 | 332 | 116 | 44 |
| Binary | 10100 | 1001001 | 10100101 | 1011000 | 111000 | 0 | 100011 | 11011010 | 1001110 | 100100 |
Color Harmonies of #1449A5
Complementary color
Monochromatic Colors of #1449A5
Black with #1449A5
Text Example
Text Example
White with #1449A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1449A5; }
p { color: rgb(20,73,165); }
H1.HeaderClassName
{
color: #1449A5;
}
.AnyTagClassName
{
color: #1449A5;
}
</style>
background-color css
<style>
a { background-color: #1449A5; }
a { background-color: rgb(20,73,165); }
div.DivClassName
{
background-color: #1449A5;
}
.BgClassName
{
background-color: #1449A5;
}
</style>
border-color css
<style>
span { border-color: #1449A5; }
span { border-color: rgb(20,73,165); }
td.TdClassName
{
border-color: #1449A5;
}
.TagClassName
{
border-color: #1449A5;
}
</style>