Shades of Cobalt #015AAB
Tints of Cobalt #015AAB
RGB
CMYK
RGB Variations
Color information
#015AAB (or 0x015AAB) is known color: Cobalt. HEX triplet: 01, 5A and AB. RGB value is (1,90,171). Sum of RGB (Red+Green+Blue) = 1+90+171=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #015AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015AAB is #FEA554. Grayscale: #484848. Windows color (decimal): -16688469 or 11229697. OLE color: 11229697.
HSL color Cylindrical-coordinate representation of color #015AAB: hue angle of 208.59º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015AAB is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 90 | 171 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.33 |
| HSL | 208.59º | 0.99% | 0.34% | - |
| HSV(B) | 208.59º | 0.99% | 0.67% | - |
| XYZ | 11.02 | 10.26 | 39.93 | - |
| YUV | 72.62 | 183.51 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 171 | 0.99 | 0.47 | 0 | 0.33 | 208.59 | 0.99 | 0.34 |
| Hex | 1 | 5A | AB | 63 | 2F | 0 | 21 | D1 | 63 | 22 |
| Octal | 1 | 132 | 253 | 143 | 57 | 0 | 41 | 321 | 143 | 42 |
| Binary | 1 | 1011010 | 10101011 | 1100011 | 101111 | 0 | 100001 | 11010001 | 1100011 | 100010 |
Color Harmonies of #015AAB
Complementary color
Monochromatic Colors of #015AAB
Black with #015AAB
Text Example
Text Example
White with #015AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015AAB; }
p { color: rgb(1,90,171); }
H1.HeaderClassName
{
color: #015AAB;
}
.AnyTagClassName
{
color: #015AAB;
}
</style>
background-color css
<style>
a { background-color: #015AAB; }
a { background-color: rgb(1,90,171); }
div.DivClassName
{
background-color: #015AAB;
}
.BgClassName
{
background-color: #015AAB;
}
</style>
border-color css
<style>
span { border-color: #015AAB; }
span { border-color: rgb(1,90,171); }
td.TdClassName
{
border-color: #015AAB;
}
.TagClassName
{
border-color: #015AAB;
}
</style>