Shades of Cobalt #015D9C
Tints of Cobalt #015D9C
RGB
CMYK
RGB Variations
Color information
#015D9C (or 0x015D9C) is known color: Cobalt. HEX triplet: 01, 5D and 9C. RGB value is (1,93,156). Sum of RGB (Red+Green+Blue) = 1+93+156=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #015D9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015D9C is #FEA263. Grayscale: #484848. Windows color (decimal): -16687716 or 10247425. OLE color: 10247425.
HSL color Cylindrical-coordinate representation of color #015D9C: hue angle of 204.39º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D9C is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 93 | 156 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.39 |
| HSL | 204.39º | 0.99% | 0.31% | - |
| HSV(B) | 204.39º | 0.99% | 0.61% | - |
| XYZ | 9.93 | 10.24 | 32.9 | - |
| YUV | 72.67 | 175.02 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 156 | 0.99 | 0.40 | 0 | 0.39 | 204.39 | 0.99 | 0.31 |
| Hex | 1 | 5D | 9C | 63 | 28 | 0 | 27 | CC | 63 | 1F |
| Octal | 1 | 135 | 234 | 143 | 50 | 0 | 47 | 314 | 143 | 37 |
| Binary | 1 | 1011101 | 10011100 | 1100011 | 101000 | 0 | 100111 | 11001100 | 1100011 | 11111 |
Color Harmonies of #015D9C
Complementary color
Monochromatic Colors of #015D9C
Black with #015D9C
Text Example
Text Example
White with #015D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D9C; }
p { color: rgb(1,93,156); }
H1.HeaderClassName
{
color: #015D9C;
}
.AnyTagClassName
{
color: #015D9C;
}
</style>
background-color css
<style>
a { background-color: #015D9C; }
a { background-color: rgb(1,93,156); }
div.DivClassName
{
background-color: #015D9C;
}
.BgClassName
{
background-color: #015D9C;
}
</style>
border-color css
<style>
span { border-color: #015D9C; }
span { border-color: rgb(1,93,156); }
td.TdClassName
{
border-color: #015D9C;
}
.TagClassName
{
border-color: #015D9C;
}
</style>