Shades of Cobalt #1451AB
Tints of Cobalt #1451AB
RGB
CMYK
RGB Variations
Color information
#1451AB (or 0x1451AB) is known color: Cobalt. HEX triplet: 14, 51 and AB. RGB value is (20,81,171). Sum of RGB (Red+Green+Blue) = 20+81+171=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #1451AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1451AB is #EBAE54. Grayscale: #484848. Windows color (decimal): -15445589 or 11227412. OLE color: 11227412.
HSL color Cylindrical-coordinate representation of color #1451AB: hue angle of 215.76º 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 #1451AB is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 81 | 171 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.33 |
| HSL | 215.76º | 0.79% | 0.37% | - |
| HSV(B) | 215.76º | 0.88% | 0.67% | - |
| XYZ | 10.58 | 8.97 | 39.7 | - |
| YUV | 73.02 | 183.29 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 171 | 0.88 | 0.53 | 0 | 0.33 | 215.76 | 0.79 | 0.37 |
| Hex | 14 | 51 | AB | 58 | 35 | 0 | 21 | D8 | 4F | 25 |
| Octal | 24 | 121 | 253 | 130 | 65 | 0 | 41 | 330 | 117 | 45 |
| Binary | 10100 | 1010001 | 10101011 | 1011000 | 110101 | 0 | 100001 | 11011000 | 1001111 | 100101 |
Color Harmonies of #1451AB
Complementary color
Monochromatic Colors of #1451AB
Black with #1451AB
Text Example
Text Example
White with #1451AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1451AB; }
p { color: rgb(20,81,171); }
H1.HeaderClassName
{
color: #1451AB;
}
.AnyTagClassName
{
color: #1451AB;
}
</style>
background-color css
<style>
a { background-color: #1451AB; }
a { background-color: rgb(20,81,171); }
div.DivClassName
{
background-color: #1451AB;
}
.BgClassName
{
background-color: #1451AB;
}
</style>
border-color css
<style>
span { border-color: #1451AB; }
span { border-color: rgb(20,81,171); }
td.TdClassName
{
border-color: #1451AB;
}
.TagClassName
{
border-color: #1451AB;
}
</style>