Shades of Cobalt #015CA7
Tints of Cobalt #015CA7
RGB
CMYK
RGB Variations
Color information
#015CA7 (or 0x015CA7) is known color: Cobalt. HEX triplet: 01, 5C and A7. RGB value is (1,92,167). Sum of RGB (Red+Green+Blue) = 1+92+167=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 167 (65.62% from 255 or 64.23% from 260); Max value from RGB is 167 - color contains mainly: blue. Hex color #015CA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015CA7 is #FEA358. Grayscale: #484848. Windows color (decimal): -16687961 or 10968065. OLE color: 10968065.
HSL color Cylindrical-coordinate representation of color #015CA7: hue angle of 207.11º 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 #015CA7 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 92 | 167 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.35 |
| HSL | 207.11º | 0.99% | 0.33% | - |
| HSV(B) | 207.11º | 0.99% | 0.65% | - |
| XYZ | 10.81 | 10.45 | 38.01 | - |
| YUV | 73.34 | 180.85 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 167 | 0.99 | 0.45 | 0 | 0.35 | 207.11 | 0.99 | 0.33 |
| Hex | 1 | 5C | A7 | 63 | 2D | 0 | 23 | CF | 63 | 21 |
| Octal | 1 | 134 | 247 | 143 | 55 | 0 | 43 | 317 | 143 | 41 |
| Binary | 1 | 1011100 | 10100111 | 1100011 | 101101 | 0 | 100011 | 11001111 | 1100011 | 100001 |
Color Harmonies of #015CA7
Complementary color
Monochromatic Colors of #015CA7
Black with #015CA7
Text Example
Text Example
White with #015CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015CA7; }
p { color: rgb(1,92,167); }
H1.HeaderClassName
{
color: #015CA7;
}
.AnyTagClassName
{
color: #015CA7;
}
</style>
background-color css
<style>
a { background-color: #015CA7; }
a { background-color: rgb(1,92,167); }
div.DivClassName
{
background-color: #015CA7;
}
.BgClassName
{
background-color: #015CA7;
}
</style>
border-color css
<style>
span { border-color: #015CA7; }
span { border-color: rgb(1,92,167); }
td.TdClassName
{
border-color: #015CA7;
}
.TagClassName
{
border-color: #015CA7;
}
</style>