Shades of Cobalt #015AB0
Tints of Cobalt #015AB0
RGB
CMYK
RGB Variations
Color information
#015AB0 (or 0x015AB0) is known color: Cobalt. HEX triplet: 01, 5A and B0. RGB value is (1,90,176). Sum of RGB (Red+Green+Blue) = 1+90+176=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 176 (69.14% from 255 or 65.92% from 267); Max value from RGB is 176 - color contains mainly: blue. Hex color #015AB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015AB0 is #FEA54F. Grayscale: #484848. Windows color (decimal): -16688464 or 11557377. OLE color: 11557377.
HSL color Cylindrical-coordinate representation of color #015AB0: hue angle of 209.49º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015AB0 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 90 | 176 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.31 |
| HSL | 209.49º | 0.99% | 0.35% | - |
| HSV(B) | 209.49º | 0.99% | 0.69% | - |
| XYZ | 11.51 | 10.45 | 42.49 | - |
| YUV | 73.19 | 186.01 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 176 | 0.99 | 0.49 | 0 | 0.31 | 209.49 | 0.99 | 0.35 |
| Hex | 1 | 5A | B0 | 63 | 31 | 0 | 1F | D1 | 63 | 23 |
| Octal | 1 | 132 | 260 | 143 | 61 | 0 | 37 | 321 | 143 | 43 |
| Binary | 1 | 1011010 | 10110000 | 1100011 | 110001 | 0 | 11111 | 11010001 | 1100011 | 100011 |
Color Harmonies of #015AB0
Complementary color
Monochromatic Colors of #015AB0
Black with #015AB0
Text Example
Text Example
White with #015AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015AB0; }
p { color: rgb(1,90,176); }
H1.HeaderClassName
{
color: #015AB0;
}
.AnyTagClassName
{
color: #015AB0;
}
</style>
background-color css
<style>
a { background-color: #015AB0; }
a { background-color: rgb(1,90,176); }
div.DivClassName
{
background-color: #015AB0;
}
.BgClassName
{
background-color: #015AB0;
}
</style>
border-color css
<style>
span { border-color: #015AB0; }
span { border-color: rgb(1,90,176); }
td.TdClassName
{
border-color: #015AB0;
}
.TagClassName
{
border-color: #015AB0;
}
</style>