Shades of Cobalt #015BA3
Tints of Cobalt #015BA3
RGB
CMYK
RGB Variations
Color information
#015BA3 (or 0x015BA3) is known color: Cobalt. HEX triplet: 01, 5B and A3. RGB value is (1,91,163). Sum of RGB (Red+Green+Blue) = 1+91+163=255 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 163 (64.06% from 255 or 63.92% from 255); Max value from RGB is 163 - color contains mainly: blue. Hex color #015BA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015BA3 is #FEA45C. Grayscale: #474747. Windows color (decimal): -16688221 or 10705665. OLE color: 10705665.
HSL color Cylindrical-coordinate representation of color #015BA3: hue angle of 206.67º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015BA3 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 91 | 163 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.36 |
| HSL | 206.67º | 0.99% | 0.32% | - |
| HSV(B) | 206.67º | 0.99% | 0.64% | - |
| XYZ | 10.36 | 10.13 | 36.06 | - |
| YUV | 72.3 | 179.18 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 163 | 0.99 | 0.44 | 0 | 0.36 | 206.67 | 0.99 | 0.32 |
| Hex | 1 | 5B | A3 | 63 | 2C | 0 | 24 | CF | 63 | 20 |
| Octal | 1 | 133 | 243 | 143 | 54 | 0 | 44 | 317 | 143 | 40 |
| Binary | 1 | 1011011 | 10100011 | 1100011 | 101100 | 0 | 100100 | 11001111 | 1100011 | 100000 |
Color Harmonies of #015BA3
Complementary color
Monochromatic Colors of #015BA3
Black with #015BA3
Text Example
Text Example
White with #015BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015BA3; }
p { color: rgb(1,91,163); }
H1.HeaderClassName
{
color: #015BA3;
}
.AnyTagClassName
{
color: #015BA3;
}
</style>
background-color css
<style>
a { background-color: #015BA3; }
a { background-color: rgb(1,91,163); }
div.DivClassName
{
background-color: #015BA3;
}
.BgClassName
{
background-color: #015BA3;
}
</style>
border-color css
<style>
span { border-color: #015BA3; }
span { border-color: rgb(1,91,163); }
td.TdClassName
{
border-color: #015BA3;
}
.TagClassName
{
border-color: #015BA3;
}
</style>