Shades of Cobalt #0659AB
Tints of Cobalt #0659AB
RGB
CMYK
RGB Variations
Color information
#0659AB (or 0x0659AB) is known color: Cobalt. HEX triplet: 06, 59 and AB. RGB value is (6,89,171). Sum of RGB (Red+Green+Blue) = 6+89+171=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #0659AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0659AB is #F9A654. Grayscale: #494949. Windows color (decimal): -16361045 or 11229446. OLE color: 11229446.
HSL color Cylindrical-coordinate representation of color #0659AB: hue angle of 209.82º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0659AB is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 89 | 171 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.33 |
| HSL | 209.82º | 0.93% | 0.35% | - |
| HSV(B) | 209.82º | 0.96% | 0.67% | - |
| XYZ | 11 | 10.12 | 39.9 | - |
| YUV | 73.53 | 183 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 89 | 171 | 0.96 | 0.48 | 0 | 0.33 | 209.82 | 0.93 | 0.35 |
| Hex | 6 | 59 | AB | 60 | 30 | 0 | 21 | D2 | 5D | 23 |
| Octal | 6 | 131 | 253 | 140 | 60 | 0 | 41 | 322 | 135 | 43 |
| Binary | 110 | 1011001 | 10101011 | 1100000 | 110000 | 0 | 100001 | 11010010 | 1011101 | 100011 |
Color Harmonies of #0659AB
Complementary color
Monochromatic Colors of #0659AB
Black with #0659AB
Text Example
Text Example
White with #0659AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0659AB; }
p { color: rgb(6,89,171); }
H1.HeaderClassName
{
color: #0659AB;
}
.AnyTagClassName
{
color: #0659AB;
}
</style>
background-color css
<style>
a { background-color: #0659AB; }
a { background-color: rgb(6,89,171); }
div.DivClassName
{
background-color: #0659AB;
}
.BgClassName
{
background-color: #0659AB;
}
</style>
border-color css
<style>
span { border-color: #0659AB; }
span { border-color: rgb(6,89,171); }
td.TdClassName
{
border-color: #0659AB;
}
.TagClassName
{
border-color: #0659AB;
}
</style>