Shades of Cobalt #0058AC
Tints of Cobalt #0058AC
RGB
CMYK
RGB Variations
Color information
#0058AC (or 0x0058AC) is known color: Cobalt. HEX triplet: 00, 58 and AC. RGB value is (0,88,172). Sum of RGB (Red+Green+Blue) = 0+88+172=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #0058AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0058AC is #FFA753. Grayscale: #464646. Windows color (decimal): -16754516 or 11294720. OLE color: 11294720.
HSL color Cylindrical-coordinate representation of color #0058AC: hue angle of 209.3º 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 #0058AC is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 88 | 172 | - |
| CMYK | 1 | 0.49 | 0 | 0.33 |
| HSL | 209.3º | 1% | 0.34% | - |
| HSV(B) | 209.3º | 1% | 0.67% | - |
| XYZ | 10.94 | 9.96 | 40.38 | - |
| YUV | 71.26 | 184.85 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 172 | 1 | 0.49 | 0 | 0.33 | 209.3 | 1 | 0.34 |
| Hex | 0 | 58 | AC | 64 | 31 | 0 | 21 | D1 | 64 | 22 |
| Octal | 0 | 130 | 254 | 144 | 61 | 0 | 41 | 321 | 144 | 42 |
| Binary | 0 | 1011000 | 10101100 | 1100100 | 110001 | 0 | 100001 | 11010001 | 1100100 | 100010 |
Color Harmonies of #0058AC
Complementary color
Monochromatic Colors of #0058AC
Black with #0058AC
Text Example
Text Example
White with #0058AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0058AC; }
p { color: rgb(0,88,172); }
H1.HeaderClassName
{
color: #0058AC;
}
.AnyTagClassName
{
color: #0058AC;
}
</style>
background-color css
<style>
a { background-color: #0058AC; }
a { background-color: rgb(0,88,172); }
div.DivClassName
{
background-color: #0058AC;
}
.BgClassName
{
background-color: #0058AC;
}
</style>
border-color css
<style>
span { border-color: #0058AC; }
span { border-color: rgb(0,88,172); }
td.TdClassName
{
border-color: #0058AC;
}
.TagClassName
{
border-color: #0058AC;
}
</style>