Shades of Cobalt #1450AE
Tints of Cobalt #1450AE
RGB
CMYK
RGB Variations
Color information
#1450AE (or 0x1450AE) is known color: Cobalt. HEX triplet: 14, 50 and AE. RGB value is (20,80,174). Sum of RGB (Red+Green+Blue) = 20+80+174=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #1450AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1450AE is #EBAF51. Grayscale: #484848. Windows color (decimal): -15445842 or 11423764. OLE color: 11423764.
HSL color Cylindrical-coordinate representation of color #1450AE: hue angle of 216.62º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1450AE is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 80 | 174 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.32 |
| HSL | 216.62º | 0.79% | 0.38% | - |
| HSV(B) | 216.62º | 0.89% | 0.68% | - |
| XYZ | 10.8 | 8.94 | 41.2 | - |
| YUV | 72.78 | 185.12 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 174 | 0.89 | 0.54 | 0 | 0.32 | 216.62 | 0.79 | 0.38 |
| Hex | 14 | 50 | AE | 59 | 36 | 0 | 20 | D9 | 4F | 26 |
| Octal | 24 | 120 | 256 | 131 | 66 | 0 | 40 | 331 | 117 | 46 |
| Binary | 10100 | 1010000 | 10101110 | 1011001 | 110110 | 0 | 100000 | 11011001 | 1001111 | 100110 |
Color Harmonies of #1450AE
Complementary color
Monochromatic Colors of #1450AE
Black with #1450AE
Text Example
Text Example
White with #1450AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1450AE; }
p { color: rgb(20,80,174); }
H1.HeaderClassName
{
color: #1450AE;
}
.AnyTagClassName
{
color: #1450AE;
}
</style>
background-color css
<style>
a { background-color: #1450AE; }
a { background-color: rgb(20,80,174); }
div.DivClassName
{
background-color: #1450AE;
}
.BgClassName
{
background-color: #1450AE;
}
</style>
border-color css
<style>
span { border-color: #1450AE; }
span { border-color: rgb(20,80,174); }
td.TdClassName
{
border-color: #1450AE;
}
.TagClassName
{
border-color: #1450AE;
}
</style>