Shades of Cobalt #0158A6
Tints of Cobalt #0158A6
RGB
CMYK
RGB Variations
Color information
#0158A6 (or 0x0158A6) is known color: Cobalt. HEX triplet: 01, 58 and A6. RGB value is (1,88,166). Sum of RGB (Red+Green+Blue) = 1+88+166=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 166 (65.23% from 255 or 65.10% from 255); Max value from RGB is 166 - color contains mainly: blue. Hex color #0158A6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0158A6 is #FEA759. Grayscale: #464646. Windows color (decimal): -16688986 or 10901505. OLE color: 10901505.
HSL color Cylindrical-coordinate representation of color #0158A6: hue angle of 208.36º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0158A6 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 88 | 166 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.35 |
| HSL | 208.36º | 0.99% | 0.33% | - |
| HSV(B) | 208.36º | 0.99% | 0.65% | - |
| XYZ | 10.39 | 9.74 | 37.41 | - |
| YUV | 70.88 | 181.68 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 166 | 0.99 | 0.47 | 0 | 0.35 | 208.36 | 0.99 | 0.33 |
| Hex | 1 | 58 | A6 | 63 | 2F | 0 | 23 | D0 | 63 | 21 |
| Octal | 1 | 130 | 246 | 143 | 57 | 0 | 43 | 320 | 143 | 41 |
| Binary | 1 | 1011000 | 10100110 | 1100011 | 101111 | 0 | 100011 | 11010000 | 1100011 | 100001 |
Color Harmonies of #0158A6
Complementary color
Monochromatic Colors of #0158A6
Black with #0158A6
Text Example
Text Example
White with #0158A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0158A6; }
p { color: rgb(1,88,166); }
H1.HeaderClassName
{
color: #0158A6;
}
.AnyTagClassName
{
color: #0158A6;
}
</style>
background-color css
<style>
a { background-color: #0158A6; }
a { background-color: rgb(1,88,166); }
div.DivClassName
{
background-color: #0158A6;
}
.BgClassName
{
background-color: #0158A6;
}
</style>
border-color css
<style>
span { border-color: #0158A6; }
span { border-color: rgb(1,88,166); }
td.TdClassName
{
border-color: #0158A6;
}
.TagClassName
{
border-color: #0158A6;
}
</style>