Shades of Cobalt #1351AD
Tints of Cobalt #1351AD
RGB
CMYK
RGB Variations
Color information
#1351AD (or 0x1351AD) is known color: Cobalt. HEX triplet: 13, 51 and AD. RGB value is (19,81,173). Sum of RGB (Red+Green+Blue) = 19+81+173=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 173 (67.97% from 255 or 63.37% from 273); Max value from RGB is 173 - color contains mainly: blue. Hex color #1351AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1351AD is #ECAE52. Grayscale: #484848. Windows color (decimal): -15511123 or 11358483. OLE color: 11358483.
HSL color Cylindrical-coordinate representation of color #1351AD: hue angle of 215.84º 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 #1351AD is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 81 | 173 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.32 |
| HSL | 215.84º | 0.8% | 0.38% | - |
| HSV(B) | 215.84º | 0.89% | 0.68% | - |
| XYZ | 10.75 | 9.04 | 40.71 | - |
| YUV | 72.95 | 184.46 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 173 | 0.89 | 0.53 | 0 | 0.32 | 215.84 | 0.8 | 0.38 |
| Hex | 13 | 51 | AD | 59 | 35 | 0 | 20 | D8 | 50 | 26 |
| Octal | 23 | 121 | 255 | 131 | 65 | 0 | 40 | 330 | 120 | 46 |
| Binary | 10011 | 1010001 | 10101101 | 1011001 | 110101 | 0 | 100000 | 11011000 | 1010000 | 100110 |
Color Harmonies of #1351AD
Complementary color
Monochromatic Colors of #1351AD
Black with #1351AD
Text Example
Text Example
White with #1351AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1351AD; }
p { color: rgb(19,81,173); }
H1.HeaderClassName
{
color: #1351AD;
}
.AnyTagClassName
{
color: #1351AD;
}
</style>
background-color css
<style>
a { background-color: #1351AD; }
a { background-color: rgb(19,81,173); }
div.DivClassName
{
background-color: #1351AD;
}
.BgClassName
{
background-color: #1351AD;
}
</style>
border-color css
<style>
span { border-color: #1351AD; }
span { border-color: rgb(19,81,173); }
td.TdClassName
{
border-color: #1351AD;
}
.TagClassName
{
border-color: #1351AD;
}
</style>