Shades of Cobalt #015AAD
Tints of Cobalt #015AAD
RGB
CMYK
RGB Variations
Color information
#015AAD (or 0x015AAD) is known color: Cobalt. HEX triplet: 01, 5A and AD. RGB value is (1,90,173). Sum of RGB (Red+Green+Blue) = 1+90+173=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #015AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015AAD is #FEA552. Grayscale: #484848. Windows color (decimal): -16688467 or 11360769. OLE color: 11360769.
HSL color Cylindrical-coordinate representation of color #015AAD: hue angle of 208.95º 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 #015AAD is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 90 | 173 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.32 |
| HSL | 208.95º | 0.99% | 0.34% | - |
| HSV(B) | 208.95º | 0.99% | 0.68% | - |
| XYZ | 11.21 | 10.34 | 40.94 | - |
| YUV | 72.85 | 184.51 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 173 | 0.99 | 0.48 | 0 | 0.32 | 208.95 | 0.99 | 0.34 |
| Hex | 1 | 5A | AD | 63 | 30 | 0 | 20 | D1 | 63 | 22 |
| Octal | 1 | 132 | 255 | 143 | 60 | 0 | 40 | 321 | 143 | 42 |
| Binary | 1 | 1011010 | 10101101 | 1100011 | 110000 | 0 | 100000 | 11010001 | 1100011 | 100010 |
Color Harmonies of #015AAD
Complementary color
Monochromatic Colors of #015AAD
Black with #015AAD
Text Example
Text Example
White with #015AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015AAD; }
p { color: rgb(1,90,173); }
H1.HeaderClassName
{
color: #015AAD;
}
.AnyTagClassName
{
color: #015AAD;
}
</style>
background-color css
<style>
a { background-color: #015AAD; }
a { background-color: rgb(1,90,173); }
div.DivClassName
{
background-color: #015AAD;
}
.BgClassName
{
background-color: #015AAD;
}
</style>
border-color css
<style>
span { border-color: #015AAD; }
span { border-color: rgb(1,90,173); }
td.TdClassName
{
border-color: #015AAD;
}
.TagClassName
{
border-color: #015AAD;
}
</style>