Shades of Cobalt #015BAA
Tints of Cobalt #015BAA
RGB
CMYK
RGB Variations
Color information
#015BAA (or 0x015BAA) is known color: Cobalt. HEX triplet: 01, 5B and AA. RGB value is (1,91,170). Sum of RGB (Red+Green+Blue) = 1+91+170=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #015BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015BAA is #FEA455. Grayscale: #484848. Windows color (decimal): -16688214 or 11164417. OLE color: 11164417.
HSL color Cylindrical-coordinate representation of color #015BAA: hue angle of 208.05º 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 #015BAA is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 91 | 170 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.33 |
| HSL | 208.05º | 0.99% | 0.34% | - |
| HSV(B) | 208.05º | 0.99% | 0.67% | - |
| XYZ | 11.01 | 10.39 | 39.46 | - |
| YUV | 73.1 | 182.68 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 170 | 0.99 | 0.46 | 0 | 0.33 | 208.05 | 0.99 | 0.34 |
| Hex | 1 | 5B | AA | 63 | 2E | 0 | 21 | D0 | 63 | 22 |
| Octal | 1 | 133 | 252 | 143 | 56 | 0 | 41 | 320 | 143 | 42 |
| Binary | 1 | 1011011 | 10101010 | 1100011 | 101110 | 0 | 100001 | 11010000 | 1100011 | 100010 |
Color Harmonies of #015BAA
Complementary color
Monochromatic Colors of #015BAA
Black with #015BAA
Text Example
Text Example
White with #015BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015BAA; }
p { color: rgb(1,91,170); }
H1.HeaderClassName
{
color: #015BAA;
}
.AnyTagClassName
{
color: #015BAA;
}
</style>
background-color css
<style>
a { background-color: #015BAA; }
a { background-color: rgb(1,91,170); }
div.DivClassName
{
background-color: #015BAA;
}
.BgClassName
{
background-color: #015BAA;
}
</style>
border-color css
<style>
span { border-color: #015BAA; }
span { border-color: rgb(1,91,170); }
td.TdClassName
{
border-color: #015BAA;
}
.TagClassName
{
border-color: #015BAA;
}
</style>