Shades of Cobalt #015AAA
Tints of Cobalt #015AAA
RGB
CMYK
RGB Variations
Color information
#015AAA (or 0x015AAA) is known color: Cobalt. HEX triplet: 01, 5A and AA. RGB value is (1,90,170). Sum of RGB (Red+Green+Blue) = 1+90+170=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #015AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015AAA is #FEA555. Grayscale: #484848. Windows color (decimal): -16688470 or 11164161. OLE color: 11164161.
HSL color Cylindrical-coordinate representation of color #015AAA: hue angle of 208.4º 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 #015AAA is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 90 | 170 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.33 |
| HSL | 208.4º | 0.99% | 0.34% | - |
| HSV(B) | 208.4º | 0.99% | 0.67% | - |
| XYZ | 10.92 | 10.22 | 39.43 | - |
| YUV | 72.51 | 183.01 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 170 | 0.99 | 0.47 | 0 | 0.33 | 208.4 | 0.99 | 0.34 |
| Hex | 1 | 5A | AA | 63 | 2F | 0 | 21 | D0 | 63 | 22 |
| Octal | 1 | 132 | 252 | 143 | 57 | 0 | 41 | 320 | 143 | 42 |
| Binary | 1 | 1011010 | 10101010 | 1100011 | 101111 | 0 | 100001 | 11010000 | 1100011 | 100010 |
Color Harmonies of #015AAA
Complementary color
Monochromatic Colors of #015AAA
Black with #015AAA
Text Example
Text Example
White with #015AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015AAA; }
p { color: rgb(1,90,170); }
H1.HeaderClassName
{
color: #015AAA;
}
.AnyTagClassName
{
color: #015AAA;
}
</style>
background-color css
<style>
a { background-color: #015AAA; }
a { background-color: rgb(1,90,170); }
div.DivClassName
{
background-color: #015AAA;
}
.BgClassName
{
background-color: #015AAA;
}
</style>
border-color css
<style>
span { border-color: #015AAA; }
span { border-color: rgb(1,90,170); }
td.TdClassName
{
border-color: #015AAA;
}
.TagClassName
{
border-color: #015AAA;
}
</style>