Shades of Cobalt #0258AD
Tints of Cobalt #0258AD
RGB
CMYK
RGB Variations
Color information
#0258AD (or 0x0258AD) is known color: Cobalt. HEX triplet: 02, 58 and AD. RGB value is (2,88,173). Sum of RGB (Red+Green+Blue) = 2+88+173=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 173 (67.97% from 255 or 65.78% from 263); Max value from RGB is 173 - color contains mainly: blue. Hex color #0258AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0258AD is #FDA752. Grayscale: #474747. Windows color (decimal): -16623443 or 11360258. OLE color: 11360258.
HSL color Cylindrical-coordinate representation of color #0258AD: hue angle of 209.82º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0258AD is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 88 | 173 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.32 |
| HSL | 209.82º | 0.98% | 0.34% | - |
| HSV(B) | 209.82º | 0.99% | 0.68% | - |
| XYZ | 11.06 | 10.01 | 40.88 | - |
| YUV | 71.98 | 185.01 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 88 | 173 | 0.99 | 0.49 | 0 | 0.32 | 209.82 | 0.98 | 0.34 |
| Hex | 2 | 58 | AD | 63 | 31 | 0 | 20 | D2 | 62 | 22 |
| Octal | 2 | 130 | 255 | 143 | 61 | 0 | 40 | 322 | 142 | 42 |
| Binary | 10 | 1011000 | 10101101 | 1100011 | 110001 | 0 | 100000 | 11010010 | 1100010 | 100010 |
Color Harmonies of #0258AD
Complementary color
Monochromatic Colors of #0258AD
Black with #0258AD
Text Example
Text Example
White with #0258AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0258AD; }
p { color: rgb(2,88,173); }
H1.HeaderClassName
{
color: #0258AD;
}
.AnyTagClassName
{
color: #0258AD;
}
</style>
background-color css
<style>
a { background-color: #0258AD; }
a { background-color: rgb(2,88,173); }
div.DivClassName
{
background-color: #0258AD;
}
.BgClassName
{
background-color: #0258AD;
}
</style>
border-color css
<style>
span { border-color: #0258AD; }
span { border-color: rgb(2,88,173); }
td.TdClassName
{
border-color: #0258AD;
}
.TagClassName
{
border-color: #0258AD;
}
</style>