Shades of Cobalt #1452AB
Tints of Cobalt #1452AB
RGB
CMYK
RGB Variations
Color information
#1452AB (or 0x1452AB) is known color: Cobalt. HEX triplet: 14, 52 and AB. RGB value is (20,82,171). Sum of RGB (Red+Green+Blue) = 20+82+171=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #1452AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1452AB is #EBAD54. Grayscale: #494949. Windows color (decimal): -15445333 or 11227668. OLE color: 11227668.
HSL color Cylindrical-coordinate representation of color #1452AB: hue angle of 215.36º 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 #1452AB is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 82 | 171 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.33 |
| HSL | 215.36º | 0.79% | 0.37% | - |
| HSV(B) | 215.36º | 0.88% | 0.67% | - |
| XYZ | 10.66 | 9.12 | 39.73 | - |
| YUV | 73.61 | 182.96 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 171 | 0.88 | 0.52 | 0 | 0.33 | 215.36 | 0.79 | 0.37 |
| Hex | 14 | 52 | AB | 58 | 34 | 0 | 21 | D7 | 4F | 25 |
| Octal | 24 | 122 | 253 | 130 | 64 | 0 | 41 | 327 | 117 | 45 |
| Binary | 10100 | 1010010 | 10101011 | 1011000 | 110100 | 0 | 100001 | 11010111 | 1001111 | 100101 |
Color Harmonies of #1452AB
Complementary color
Monochromatic Colors of #1452AB
Black with #1452AB
Text Example
Text Example
White with #1452AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1452AB; }
p { color: rgb(20,82,171); }
H1.HeaderClassName
{
color: #1452AB;
}
.AnyTagClassName
{
color: #1452AB;
}
</style>
background-color css
<style>
a { background-color: #1452AB; }
a { background-color: rgb(20,82,171); }
div.DivClassName
{
background-color: #1452AB;
}
.BgClassName
{
background-color: #1452AB;
}
</style>
border-color css
<style>
span { border-color: #1452AB; }
span { border-color: rgb(20,82,171); }
td.TdClassName
{
border-color: #1452AB;
}
.TagClassName
{
border-color: #1452AB;
}
</style>