Shades of Cobalt #0158B6
Tints of Cobalt #0158B6
RGB
CMYK
RGB Variations
Color information
#0158B6 (or 0x0158B6) is known color: Cobalt. HEX triplet: 01, 58 and B6. RGB value is (1,88,182). Sum of RGB (Red+Green+Blue) = 1+88+182=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 182 (71.48% from 255 or 67.16% from 271); Max value from RGB is 182 - color contains mainly: blue. Hex color #0158B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0158B6 is #FEA749. Grayscale: #484848. Windows color (decimal): -16688970 or 11950081. OLE color: 11950081.
HSL color Cylindrical-coordinate representation of color #0158B6: hue angle of 211.16º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0158B6 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 88 | 182 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.29 |
| HSL | 211.16º | 0.99% | 0.36% | - |
| HSV(B) | 211.16º | 0.99% | 0.71% | - |
| XYZ | 11.95 | 10.36 | 45.63 | - |
| YUV | 72.7 | 189.68 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 182 | 0.99 | 0.52 | 0 | 0.29 | 211.16 | 0.99 | 0.36 |
| Hex | 1 | 58 | B6 | 63 | 34 | 0 | 1D | D3 | 63 | 24 |
| Octal | 1 | 130 | 266 | 143 | 64 | 0 | 35 | 323 | 143 | 44 |
| Binary | 1 | 1011000 | 10110110 | 1100011 | 110100 | 0 | 11101 | 11010011 | 1100011 | 100100 |
Color Harmonies of #0158B6
Complementary color
Monochromatic Colors of #0158B6
Black with #0158B6
Text Example
Text Example
White with #0158B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0158B6; }
p { color: rgb(1,88,182); }
H1.HeaderClassName
{
color: #0158B6;
}
.AnyTagClassName
{
color: #0158B6;
}
</style>
background-color css
<style>
a { background-color: #0158B6; }
a { background-color: rgb(1,88,182); }
div.DivClassName
{
background-color: #0158B6;
}
.BgClassName
{
background-color: #0158B6;
}
</style>
border-color css
<style>
span { border-color: #0158B6; }
span { border-color: rgb(1,88,182); }
td.TdClassName
{
border-color: #0158B6;
}
.TagClassName
{
border-color: #0158B6;
}
</style>