Shades of Cobalt #0258B0
Tints of Cobalt #0258B0
RGB
CMYK
RGB Variations
Color information
#0258B0 (or 0x0258B0) is known color: Cobalt. HEX triplet: 02, 58 and B0. RGB value is (2,88,176). Sum of RGB (Red+Green+Blue) = 2+88+176=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 176 (69.14% from 255 or 66.17% from 266); Max value from RGB is 176 - color contains mainly: blue. Hex color #0258B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0258B0 is #FDA74F. Grayscale: #474747. Windows color (decimal): -16623440 or 11556866. OLE color: 11556866.
HSL color Cylindrical-coordinate representation of color #0258B0: hue angle of 210.34º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0258B0 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 88 | 176 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.31 |
| HSL | 210.34º | 0.98% | 0.35% | - |
| HSV(B) | 210.34º | 0.99% | 0.69% | - |
| XYZ | 11.35 | 10.13 | 42.43 | - |
| YUV | 72.32 | 186.51 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 88 | 176 | 0.99 | 0.50 | 0 | 0.31 | 210.34 | 0.98 | 0.35 |
| Hex | 2 | 58 | B0 | 63 | 32 | 0 | 1F | D2 | 62 | 23 |
| Octal | 2 | 130 | 260 | 143 | 62 | 0 | 37 | 322 | 142 | 43 |
| Binary | 10 | 1011000 | 10110000 | 1100011 | 110010 | 0 | 11111 | 11010010 | 1100010 | 100011 |
Color Harmonies of #0258B0
Complementary color
Monochromatic Colors of #0258B0
Black with #0258B0
Text Example
Text Example
White with #0258B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0258B0; }
p { color: rgb(2,88,176); }
H1.HeaderClassName
{
color: #0258B0;
}
.AnyTagClassName
{
color: #0258B0;
}
</style>
background-color css
<style>
a { background-color: #0258B0; }
a { background-color: rgb(2,88,176); }
div.DivClassName
{
background-color: #0258B0;
}
.BgClassName
{
background-color: #0258B0;
}
</style>
border-color css
<style>
span { border-color: #0258B0; }
span { border-color: rgb(2,88,176); }
td.TdClassName
{
border-color: #0258B0;
}
.TagClassName
{
border-color: #0258B0;
}
</style>