Shades of Cobalt #015DA2
Tints of Cobalt #015DA2
RGB
CMYK
RGB Variations
Color information
#015DA2 (or 0x015DA2) is known color: Cobalt. HEX triplet: 01, 5D and A2. RGB value is (1,93,162). Sum of RGB (Red+Green+Blue) = 1+93+162=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 162 (63.67% from 255 or 63.28% from 256); Max value from RGB is 162 - color contains mainly: blue. Hex color #015DA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015DA2 is #FEA25D. Grayscale: #484848. Windows color (decimal): -16687710 or 10640641. OLE color: 10640641.
HSL color Cylindrical-coordinate representation of color #015DA2: hue angle of 205.71º 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 #015DA2 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 93 | 162 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.36 |
| HSL | 205.71º | 0.99% | 0.32% | - |
| HSV(B) | 205.71º | 0.99% | 0.64% | - |
| XYZ | 10.45 | 10.44 | 35.65 | - |
| YUV | 73.36 | 178.02 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 162 | 0.99 | 0.43 | 0 | 0.36 | 205.71 | 0.99 | 0.32 |
| Hex | 1 | 5D | A2 | 63 | 2B | 0 | 24 | CE | 63 | 20 |
| Octal | 1 | 135 | 242 | 143 | 53 | 0 | 44 | 316 | 143 | 40 |
| Binary | 1 | 1011101 | 10100010 | 1100011 | 101011 | 0 | 100100 | 11001110 | 1100011 | 100000 |
Color Harmonies of #015DA2
Complementary color
Monochromatic Colors of #015DA2
Black with #015DA2
Text Example
Text Example
White with #015DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015DA2; }
p { color: rgb(1,93,162); }
H1.HeaderClassName
{
color: #015DA2;
}
.AnyTagClassName
{
color: #015DA2;
}
</style>
background-color css
<style>
a { background-color: #015DA2; }
a { background-color: rgb(1,93,162); }
div.DivClassName
{
background-color: #015DA2;
}
.BgClassName
{
background-color: #015DA2;
}
</style>
border-color css
<style>
span { border-color: #015DA2; }
span { border-color: rgb(1,93,162); }
td.TdClassName
{
border-color: #015DA2;
}
.TagClassName
{
border-color: #015DA2;
}
</style>