Shades of Cobalt #015BAD
Tints of Cobalt #015BAD
RGB
CMYK
RGB Variations
Color information
#015BAD (or 0x015BAD) is known color: Cobalt. HEX triplet: 01, 5B and AD. RGB value is (1,91,173). Sum of RGB (Red+Green+Blue) = 1+91+173=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 173 (67.97% from 255 or 65.28% from 265); Max value from RGB is 173 - color contains mainly: blue. Hex color #015BAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015BAD is #FEA452. Grayscale: #494949. Windows color (decimal): -16688211 or 11361025. OLE color: 11361025.
HSL color Cylindrical-coordinate representation of color #015BAD: hue angle of 208.6º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015BAD is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 91 | 173 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.32 |
| HSL | 208.6º | 0.99% | 0.34% | - |
| HSV(B) | 208.6º | 0.99% | 0.68% | - |
| XYZ | 11.3 | 10.51 | 40.97 | - |
| YUV | 73.44 | 184.18 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 173 | 0.99 | 0.47 | 0 | 0.32 | 208.6 | 0.99 | 0.34 |
| Hex | 1 | 5B | AD | 63 | 2F | 0 | 20 | D1 | 63 | 22 |
| Octal | 1 | 133 | 255 | 143 | 57 | 0 | 40 | 321 | 143 | 42 |
| Binary | 1 | 1011011 | 10101101 | 1100011 | 101111 | 0 | 100000 | 11010001 | 1100011 | 100010 |
Color Harmonies of #015BAD
Complementary color
Monochromatic Colors of #015BAD
Black with #015BAD
Text Example
Text Example
White with #015BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015BAD; }
p { color: rgb(1,91,173); }
H1.HeaderClassName
{
color: #015BAD;
}
.AnyTagClassName
{
color: #015BAD;
}
</style>
background-color css
<style>
a { background-color: #015BAD; }
a { background-color: rgb(1,91,173); }
div.DivClassName
{
background-color: #015BAD;
}
.BgClassName
{
background-color: #015BAD;
}
</style>
border-color css
<style>
span { border-color: #015BAD; }
span { border-color: rgb(1,91,173); }
td.TdClassName
{
border-color: #015BAD;
}
.TagClassName
{
border-color: #015BAD;
}
</style>