Shades of Cobalt #1350AE
Tints of Cobalt #1350AE
RGB
CMYK
RGB Variations
Color information
#1350AE (or 0x1350AE) is known color: Cobalt. HEX triplet: 13, 50 and AE. RGB value is (19,80,174). Sum of RGB (Red+Green+Blue) = 19+80+174=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #1350AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1350AE is #ECAF51. Grayscale: #484848. Windows color (decimal): -15511378 or 11423763. OLE color: 11423763.
HSL color Cylindrical-coordinate representation of color #1350AE: hue angle of 216.39º degrees, saturation: 0.8, 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 #1350AE is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 80 | 174 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.32 |
| HSL | 216.39º | 0.8% | 0.38% | - |
| HSV(B) | 216.39º | 0.89% | 0.68% | - |
| XYZ | 10.78 | 8.93 | 41.2 | - |
| YUV | 72.48 | 185.29 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 174 | 0.89 | 0.54 | 0 | 0.32 | 216.39 | 0.8 | 0.38 |
| Hex | 13 | 50 | AE | 59 | 36 | 0 | 20 | D8 | 50 | 26 |
| Octal | 23 | 120 | 256 | 131 | 66 | 0 | 40 | 330 | 120 | 46 |
| Binary | 10011 | 1010000 | 10101110 | 1011001 | 110110 | 0 | 100000 | 11011000 | 1010000 | 100110 |
Color Harmonies of #1350AE
Complementary color
Monochromatic Colors of #1350AE
Black with #1350AE
Text Example
Text Example
White with #1350AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1350AE; }
p { color: rgb(19,80,174); }
H1.HeaderClassName
{
color: #1350AE;
}
.AnyTagClassName
{
color: #1350AE;
}
</style>
background-color css
<style>
a { background-color: #1350AE; }
a { background-color: rgb(19,80,174); }
div.DivClassName
{
background-color: #1350AE;
}
.BgClassName
{
background-color: #1350AE;
}
</style>
border-color css
<style>
span { border-color: #1350AE; }
span { border-color: rgb(19,80,174); }
td.TdClassName
{
border-color: #1350AE;
}
.TagClassName
{
border-color: #1350AE;
}
</style>