Shades of Cobalt #1652A6
Tints of Cobalt #1652A6
RGB
CMYK
RGB Variations
Color information
#1652A6 (or 0x1652A6) is known color: Cobalt. HEX triplet: 16, 52 and A6. RGB value is (22,82,166). Sum of RGB (Red+Green+Blue) = 22+82+166=270 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.15% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 166 (65.23% from 255 or 61.48% from 270); Max value from RGB is 166 - color contains mainly: blue. Hex color #1652A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1652A6 is #E9AD59. Grayscale: #494949. Windows color (decimal): -15314266 or 10899990. OLE color: 10899990.
HSL color Cylindrical-coordinate representation of color #1652A6: hue angle of 215º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1652A6 is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 22 | 82 | 166 | - |
| CMYK | 0.87 | 0.51 | 0 | 0.35 |
| HSL | 215º | 0.77% | 0.37% | - |
| HSV(B) | 215º | 0.87% | 0.65% | - |
| XYZ | 10.23 | 8.96 | 37.27 | - |
| YUV | 73.64 | 180.12 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 82 | 166 | 0.87 | 0.51 | 0 | 0.35 | 215 | 0.77 | 0.37 |
| Hex | 16 | 52 | A6 | 57 | 33 | 0 | 23 | D7 | 4D | 25 |
| Octal | 26 | 122 | 246 | 127 | 63 | 0 | 43 | 327 | 115 | 45 |
| Binary | 10110 | 1010010 | 10100110 | 1010111 | 110011 | 0 | 100011 | 11010111 | 1001101 | 100101 |
Color Harmonies of #1652A6
Complementary color
Monochromatic Colors of #1652A6
Black with #1652A6
Text Example
Text Example
White with #1652A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1652A6; }
p { color: rgb(22,82,166); }
H1.HeaderClassName
{
color: #1652A6;
}
.AnyTagClassName
{
color: #1652A6;
}
</style>
background-color css
<style>
a { background-color: #1652A6; }
a { background-color: rgb(22,82,166); }
div.DivClassName
{
background-color: #1652A6;
}
.BgClassName
{
background-color: #1652A6;
}
</style>
border-color css
<style>
span { border-color: #1652A6; }
span { border-color: rgb(22,82,166); }
td.TdClassName
{
border-color: #1652A6;
}
.TagClassName
{
border-color: #1652A6;
}
</style>