Shades of Cobalt #0258AC
Tints of Cobalt #0258AC
RGB
CMYK
RGB Variations
Color information
#0258AC (or 0x0258AC) is known color: Cobalt. HEX triplet: 02, 58 and AC. RGB value is (2,88,172). Sum of RGB (Red+Green+Blue) = 2+88+172=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 172 (67.58% from 255 or 65.65% from 262); Max value from RGB is 172 - color contains mainly: blue. Hex color #0258AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0258AC is #FDA753. Grayscale: #474747. Windows color (decimal): -16623444 or 11294722. OLE color: 11294722.
HSL color Cylindrical-coordinate representation of color #0258AC: hue angle of 209.65º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0258AC is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 88 | 172 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.33 |
| HSL | 209.65º | 0.98% | 0.34% | - |
| HSV(B) | 209.65º | 0.99% | 0.67% | - |
| XYZ | 10.96 | 9.97 | 40.38 | - |
| YUV | 71.86 | 184.51 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 88 | 172 | 0.99 | 0.49 | 0 | 0.33 | 209.65 | 0.98 | 0.34 |
| Hex | 2 | 58 | AC | 63 | 31 | 0 | 21 | D2 | 62 | 22 |
| Octal | 2 | 130 | 254 | 143 | 61 | 0 | 41 | 322 | 142 | 42 |
| Binary | 10 | 1011000 | 10101100 | 1100011 | 110001 | 0 | 100001 | 11010010 | 1100010 | 100010 |
Color Harmonies of #0258AC
Complementary color
Monochromatic Colors of #0258AC
Black with #0258AC
Text Example
Text Example
White with #0258AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0258AC; }
p { color: rgb(2,88,172); }
H1.HeaderClassName
{
color: #0258AC;
}
.AnyTagClassName
{
color: #0258AC;
}
</style>
background-color css
<style>
a { background-color: #0258AC; }
a { background-color: rgb(2,88,172); }
div.DivClassName
{
background-color: #0258AC;
}
.BgClassName
{
background-color: #0258AC;
}
</style>
border-color css
<style>
span { border-color: #0258AC; }
span { border-color: rgb(2,88,172); }
td.TdClassName
{
border-color: #0258AC;
}
.TagClassName
{
border-color: #0258AC;
}
</style>