Shades of Cobalt #0058AB
Tints of Cobalt #0058AB
RGB
CMYK
RGB Variations
Color information
#0058AB (or 0x0058AB) is known color: Cobalt. HEX triplet: 00, 58 and AB. RGB value is (0,88,171). Sum of RGB (Red+Green+Blue) = 0+88+171=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #0058AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0058AB is #FFA754. Grayscale: #464646. Windows color (decimal): -16754517 or 11229184. OLE color: 11229184.
HSL color Cylindrical-coordinate representation of color #0058AB: hue angle of 209.12º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0058AB is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 88 | 171 | - |
| CMYK | 1 | 0.49 | 0 | 0.33 |
| HSL | 209.12º | 1% | 0.34% | - |
| HSV(B) | 209.12º | 1% | 0.67% | - |
| XYZ | 10.84 | 9.92 | 39.87 | - |
| YUV | 71.15 | 184.35 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 171 | 1 | 0.49 | 0 | 0.33 | 209.12 | 1 | 0.34 |
| Hex | 0 | 58 | AB | 64 | 31 | 0 | 21 | D1 | 64 | 22 |
| Octal | 0 | 130 | 253 | 144 | 61 | 0 | 41 | 321 | 144 | 42 |
| Binary | 0 | 1011000 | 10101011 | 1100100 | 110001 | 0 | 100001 | 11010001 | 1100100 | 100010 |
Color Harmonies of #0058AB
Complementary color
Monochromatic Colors of #0058AB
Black with #0058AB
Text Example
Text Example
White with #0058AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0058AB; }
p { color: rgb(0,88,171); }
H1.HeaderClassName
{
color: #0058AB;
}
.AnyTagClassName
{
color: #0058AB;
}
</style>
background-color css
<style>
a { background-color: #0058AB; }
a { background-color: rgb(0,88,171); }
div.DivClassName
{
background-color: #0058AB;
}
.BgClassName
{
background-color: #0058AB;
}
</style>
border-color css
<style>
span { border-color: #0058AB; }
span { border-color: rgb(0,88,171); }
td.TdClassName
{
border-color: #0058AB;
}
.TagClassName
{
border-color: #0058AB;
}
</style>