Shades of Cobalt #0158B0
Tints of Cobalt #0158B0
RGB
CMYK
RGB Variations
Color information
#0158B0 (or 0x0158B0) is known color: Cobalt. HEX triplet: 01, 58 and B0. RGB value is (1,88,176). Sum of RGB (Red+Green+Blue) = 1+88+176=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 176 (69.14% from 255 or 66.42% from 265); Max value from RGB is 176 - color contains mainly: blue. Hex color #0158B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0158B0 is #FEA74F. Grayscale: #474747. Windows color (decimal): -16688976 or 11556865. OLE color: 11556865.
HSL color Cylindrical-coordinate representation of color #0158B0: hue angle of 210.17º degrees, saturation: 0.99, 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 #0158B0 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 88 | 176 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.31 |
| HSL | 210.17º | 0.99% | 0.35% | - |
| HSV(B) | 210.17º | 0.99% | 0.69% | - |
| XYZ | 11.34 | 10.12 | 42.43 | - |
| YUV | 72.02 | 186.68 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 176 | 0.99 | 0.50 | 0 | 0.31 | 210.17 | 0.99 | 0.35 |
| Hex | 1 | 58 | B0 | 63 | 32 | 0 | 1F | D2 | 63 | 23 |
| Octal | 1 | 130 | 260 | 143 | 62 | 0 | 37 | 322 | 143 | 43 |
| Binary | 1 | 1011000 | 10110000 | 1100011 | 110010 | 0 | 11111 | 11010010 | 1100011 | 100011 |
Color Harmonies of #0158B0
Complementary color
Monochromatic Colors of #0158B0
Black with #0158B0
Text Example
Text Example
White with #0158B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0158B0; }
p { color: rgb(1,88,176); }
H1.HeaderClassName
{
color: #0158B0;
}
.AnyTagClassName
{
color: #0158B0;
}
</style>
background-color css
<style>
a { background-color: #0158B0; }
a { background-color: rgb(1,88,176); }
div.DivClassName
{
background-color: #0158B0;
}
.BgClassName
{
background-color: #0158B0;
}
</style>
border-color css
<style>
span { border-color: #0158B0; }
span { border-color: rgb(1,88,176); }
td.TdClassName
{
border-color: #0158B0;
}
.TagClassName
{
border-color: #0158B0;
}
</style>