Shades of Cobalt #015BAE
Tints of Cobalt #015BAE
RGB
CMYK
RGB Variations
Color information
#015BAE (or 0x015BAE) is known color: Cobalt. HEX triplet: 01, 5B and AE. RGB value is (1,91,174). Sum of RGB (Red+Green+Blue) = 1+91+174=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #015BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015BAE is #FEA451. Grayscale: #494949. Windows color (decimal): -16688210 or 11426561. OLE color: 11426561.
HSL color Cylindrical-coordinate representation of color #015BAE: hue angle of 208.79º 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 #015BAE is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 91 | 174 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.32 |
| HSL | 208.79º | 0.99% | 0.34% | - |
| HSV(B) | 208.79º | 0.99% | 0.68% | - |
| XYZ | 11.39 | 10.54 | 41.48 | - |
| YUV | 73.55 | 184.68 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 174 | 0.99 | 0.48 | 0 | 0.32 | 208.79 | 0.99 | 0.34 |
| Hex | 1 | 5B | AE | 63 | 30 | 0 | 20 | D1 | 63 | 22 |
| Octal | 1 | 133 | 256 | 143 | 60 | 0 | 40 | 321 | 143 | 42 |
| Binary | 1 | 1011011 | 10101110 | 1100011 | 110000 | 0 | 100000 | 11010001 | 1100011 | 100010 |
Color Harmonies of #015BAE
Complementary color
Monochromatic Colors of #015BAE
Black with #015BAE
Text Example
Text Example
White with #015BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015BAE; }
p { color: rgb(1,91,174); }
H1.HeaderClassName
{
color: #015BAE;
}
.AnyTagClassName
{
color: #015BAE;
}
</style>
background-color css
<style>
a { background-color: #015BAE; }
a { background-color: rgb(1,91,174); }
div.DivClassName
{
background-color: #015BAE;
}
.BgClassName
{
background-color: #015BAE;
}
</style>
border-color css
<style>
span { border-color: #015BAE; }
span { border-color: rgb(1,91,174); }
td.TdClassName
{
border-color: #015BAE;
}
.TagClassName
{
border-color: #015BAE;
}
</style>