Shades of Cobalt #0658AB
Tints of Cobalt #0658AB
RGB
CMYK
RGB Variations
Color information
#0658AB (or 0x0658AB) is known color: Cobalt. HEX triplet: 06, 58 and AB. RGB value is (6,88,171). Sum of RGB (Red+Green+Blue) = 6+88+171=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #0658AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0658AB is #F9A754. Grayscale: #484848. Windows color (decimal): -16361301 or 11229190. OLE color: 11229190.
HSL color Cylindrical-coordinate representation of color #0658AB: hue angle of 210.18º 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 #0658AB is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 88 | 171 | - |
| CMYK | 0.96 | 0.49 | 0 | 0.33 |
| HSL | 210.18º | 0.93% | 0.35% | - |
| HSV(B) | 210.18º | 0.96% | 0.67% | - |
| XYZ | 10.92 | 9.96 | 39.87 | - |
| YUV | 72.94 | 183.33 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 88 | 171 | 0.96 | 0.49 | 0 | 0.33 | 210.18 | 0.93 | 0.35 |
| Hex | 6 | 58 | AB | 60 | 31 | 0 | 21 | D2 | 5D | 23 |
| Octal | 6 | 130 | 253 | 140 | 61 | 0 | 41 | 322 | 135 | 43 |
| Binary | 110 | 1011000 | 10101011 | 1100000 | 110001 | 0 | 100001 | 11010010 | 1011101 | 100011 |
Color Harmonies of #0658AB
Complementary color
Monochromatic Colors of #0658AB
Black with #0658AB
Text Example
Text Example
White with #0658AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0658AB; }
p { color: rgb(6,88,171); }
H1.HeaderClassName
{
color: #0658AB;
}
.AnyTagClassName
{
color: #0658AB;
}
</style>
background-color css
<style>
a { background-color: #0658AB; }
a { background-color: rgb(6,88,171); }
div.DivClassName
{
background-color: #0658AB;
}
.BgClassName
{
background-color: #0658AB;
}
</style>
border-color css
<style>
span { border-color: #0658AB; }
span { border-color: rgb(6,88,171); }
td.TdClassName
{
border-color: #0658AB;
}
.TagClassName
{
border-color: #0658AB;
}
</style>