Shades of Cobalt #015BA1
Tints of Cobalt #015BA1
RGB
CMYK
RGB Variations
Color information
#015BA1 (or 0x015BA1) is known color: Cobalt. HEX triplet: 01, 5B and A1. RGB value is (1,91,161). Sum of RGB (Red+Green+Blue) = 1+91+161=253 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 161 (63.28% from 255 or 63.64% from 253); Max value from RGB is 161 - color contains mainly: blue. Hex color #015BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015BA1 is #FEA45E. Grayscale: #474747. Windows color (decimal): -16688223 or 10574593. OLE color: 10574593.
HSL color Cylindrical-coordinate representation of color #015BA1: hue angle of 206.25º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015BA1 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 1 | 91 | 161 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.37 |
| HSL | 206.25º | 0.99% | 0.32% | - |
| HSV(B) | 206.25º | 0.99% | 0.63% | - |
| XYZ | 10.19 | 10.06 | 35.12 | - |
| YUV | 72.07 | 178.18 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 161 | 0.99 | 0.43 | 0 | 0.37 | 206.25 | 0.99 | 0.32 |
| Hex | 1 | 5B | A1 | 63 | 2B | 0 | 25 | CE | 63 | 20 |
| Octal | 1 | 133 | 241 | 143 | 53 | 0 | 45 | 316 | 143 | 40 |
| Binary | 1 | 1011011 | 10100001 | 1100011 | 101011 | 0 | 100101 | 11001110 | 1100011 | 100000 |
Color Harmonies of #015BA1
Complementary color
Monochromatic Colors of #015BA1
Black with #015BA1
Text Example
Text Example
White with #015BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015BA1; }
p { color: rgb(1,91,161); }
H1.HeaderClassName
{
color: #015BA1;
}
.AnyTagClassName
{
color: #015BA1;
}
</style>
background-color css
<style>
a { background-color: #015BA1; }
a { background-color: rgb(1,91,161); }
div.DivClassName
{
background-color: #015BA1;
}
.BgClassName
{
background-color: #015BA1;
}
</style>
border-color css
<style>
span { border-color: #015BA1; }
span { border-color: rgb(1,91,161); }
td.TdClassName
{
border-color: #015BA1;
}
.TagClassName
{
border-color: #015BA1;
}
</style>