Shades of Cobalt #015CA5
Tints of Cobalt #015CA5
RGB
CMYK
RGB Variations
Color information
#015CA5 (or 0x015CA5) is known color: Cobalt. HEX triplet: 01, 5C and A5. RGB value is (1,92,165). Sum of RGB (Red+Green+Blue) = 1+92+165=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 165 (64.84% from 255 or 63.95% from 258); Max value from RGB is 165 - color contains mainly: blue. Hex color #015CA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015CA5 is #FEA35A. Grayscale: #484848. Windows color (decimal): -16687963 or 10836993. OLE color: 10836993.
HSL color Cylindrical-coordinate representation of color #015CA5: hue angle of 206.71º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015CA5 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 92 | 165 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.35 |
| HSL | 206.71º | 0.99% | 0.33% | - |
| HSV(B) | 206.71º | 0.99% | 0.65% | - |
| XYZ | 10.63 | 10.38 | 37.04 | - |
| YUV | 73.11 | 179.85 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 165 | 0.99 | 0.44 | 0 | 0.35 | 206.71 | 0.99 | 0.33 |
| Hex | 1 | 5C | A5 | 63 | 2C | 0 | 23 | CF | 63 | 21 |
| Octal | 1 | 134 | 245 | 143 | 54 | 0 | 43 | 317 | 143 | 41 |
| Binary | 1 | 1011100 | 10100101 | 1100011 | 101100 | 0 | 100011 | 11001111 | 1100011 | 100001 |
Color Harmonies of #015CA5
Complementary color
Monochromatic Colors of #015CA5
Black with #015CA5
Text Example
Text Example
White with #015CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015CA5; }
p { color: rgb(1,92,165); }
H1.HeaderClassName
{
color: #015CA5;
}
.AnyTagClassName
{
color: #015CA5;
}
</style>
background-color css
<style>
a { background-color: #015CA5; }
a { background-color: rgb(1,92,165); }
div.DivClassName
{
background-color: #015CA5;
}
.BgClassName
{
background-color: #015CA5;
}
</style>
border-color css
<style>
span { border-color: #015CA5; }
span { border-color: rgb(1,92,165); }
td.TdClassName
{
border-color: #015CA5;
}
.TagClassName
{
border-color: #015CA5;
}
</style>