Shades of Cobalt #015AA3
Tints of Cobalt #015AA3
RGB
CMYK
RGB Variations
Color information
#015AA3 (or 0x015AA3) is known color: Cobalt. HEX triplet: 01, 5A and A3. RGB value is (1,90,163). Sum of RGB (Red+Green+Blue) = 1+90+163=254 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 163 (64.06% from 255 or 64.17% from 254); Max value from RGB is 163 - color contains mainly: blue. Hex color #015AA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015AA3 is #FEA55C. Grayscale: #474747. Windows color (decimal): -16688477 or 10705409. OLE color: 10705409.
HSL color Cylindrical-coordinate representation of color #015AA3: hue angle of 207.04º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015AA3 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 90 | 163 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.36 |
| HSL | 207.04º | 0.99% | 0.32% | - |
| HSV(B) | 207.04º | 0.99% | 0.64% | - |
| XYZ | 10.28 | 9.96 | 36.03 | - |
| YUV | 71.71 | 179.51 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 90 | 163 | 0.99 | 0.45 | 0 | 0.36 | 207.04 | 0.99 | 0.32 |
| Hex | 1 | 5A | A3 | 63 | 2D | 0 | 24 | CF | 63 | 20 |
| Octal | 1 | 132 | 243 | 143 | 55 | 0 | 44 | 317 | 143 | 40 |
| Binary | 1 | 1011010 | 10100011 | 1100011 | 101101 | 0 | 100100 | 11001111 | 1100011 | 100000 |
Color Harmonies of #015AA3
Complementary color
Monochromatic Colors of #015AA3
Black with #015AA3
Text Example
Text Example
White with #015AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015AA3; }
p { color: rgb(1,90,163); }
H1.HeaderClassName
{
color: #015AA3;
}
.AnyTagClassName
{
color: #015AA3;
}
</style>
background-color css
<style>
a { background-color: #015AA3; }
a { background-color: rgb(1,90,163); }
div.DivClassName
{
background-color: #015AA3;
}
.BgClassName
{
background-color: #015AA3;
}
</style>
border-color css
<style>
span { border-color: #015AA3; }
span { border-color: rgb(1,90,163); }
td.TdClassName
{
border-color: #015AA3;
}
.TagClassName
{
border-color: #015AA3;
}
</style>