Shades of Cobalt #015CA3
Tints of Cobalt #015CA3
RGB
CMYK
RGB Variations
Color information
#015CA3 (or 0x015CA3) is known color: Cobalt. HEX triplet: 01, 5C and A3. RGB value is (1,92,163). Sum of RGB (Red+Green+Blue) = 1+92+163=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 163 (64.06% from 255 or 63.67% from 256); Max value from RGB is 163 - color contains mainly: blue. Hex color #015CA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015CA3 is #FEA35C. Grayscale: #484848. Windows color (decimal): -16687965 or 10705921. OLE color: 10705921.
HSL color Cylindrical-coordinate representation of color #015CA3: hue angle of 206.3º 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 #015CA3 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 92 | 163 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.36 |
| HSL | 206.3º | 0.99% | 0.32% | - |
| HSV(B) | 206.3º | 0.99% | 0.64% | - |
| XYZ | 10.45 | 10.31 | 36.09 | - |
| YUV | 72.89 | 178.85 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 163 | 0.99 | 0.44 | 0 | 0.36 | 206.3 | 0.99 | 0.32 |
| Hex | 1 | 5C | A3 | 63 | 2C | 0 | 24 | CE | 63 | 20 |
| Octal | 1 | 134 | 243 | 143 | 54 | 0 | 44 | 316 | 143 | 40 |
| Binary | 1 | 1011100 | 10100011 | 1100011 | 101100 | 0 | 100100 | 11001110 | 1100011 | 100000 |
Color Harmonies of #015CA3
Complementary color
Monochromatic Colors of #015CA3
Black with #015CA3
Text Example
Text Example
White with #015CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015CA3; }
p { color: rgb(1,92,163); }
H1.HeaderClassName
{
color: #015CA3;
}
.AnyTagClassName
{
color: #015CA3;
}
</style>
background-color css
<style>
a { background-color: #015CA3; }
a { background-color: rgb(1,92,163); }
div.DivClassName
{
background-color: #015CA3;
}
.BgClassName
{
background-color: #015CA3;
}
</style>
border-color css
<style>
span { border-color: #015CA3; }
span { border-color: rgb(1,92,163); }
td.TdClassName
{
border-color: #015CA3;
}
.TagClassName
{
border-color: #015CA3;
}
</style>