Shades of Cobalt #015DB0
Tints of Cobalt #015DB0
RGB
CMYK
RGB Variations
Color information
#015DB0 (or 0x015DB0) is known color: Cobalt. HEX triplet: 01, 5D and B0. RGB value is (1,93,176). Sum of RGB (Red+Green+Blue) = 1+93+176=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 176 (69.14% from 255 or 65.19% from 270); Max value from RGB is 176 - color contains mainly: blue. Hex color #015DB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015DB0 is #FEA24F. Grayscale: #4A4A4A. Windows color (decimal): -16687696 or 11558145. OLE color: 11558145.
HSL color Cylindrical-coordinate representation of color #015DB0: hue angle of 208.46º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015DB0 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 93 | 176 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.31 |
| HSL | 208.46º | 0.99% | 0.35% | - |
| HSV(B) | 208.46º | 0.99% | 0.69% | - |
| XYZ | 11.76 | 10.97 | 42.57 | - |
| YUV | 74.95 | 185.02 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 176 | 0.99 | 0.47 | 0 | 0.31 | 208.46 | 0.99 | 0.35 |
| Hex | 1 | 5D | B0 | 63 | 2F | 0 | 1F | D0 | 63 | 23 |
| Octal | 1 | 135 | 260 | 143 | 57 | 0 | 37 | 320 | 143 | 43 |
| Binary | 1 | 1011101 | 10110000 | 1100011 | 101111 | 0 | 11111 | 11010000 | 1100011 | 100011 |
Color Harmonies of #015DB0
Complementary color
Monochromatic Colors of #015DB0
Black with #015DB0
Text Example
Text Example
White with #015DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015DB0; }
p { color: rgb(1,93,176); }
H1.HeaderClassName
{
color: #015DB0;
}
.AnyTagClassName
{
color: #015DB0;
}
</style>
background-color css
<style>
a { background-color: #015DB0; }
a { background-color: rgb(1,93,176); }
div.DivClassName
{
background-color: #015DB0;
}
.BgClassName
{
background-color: #015DB0;
}
</style>
border-color css
<style>
span { border-color: #015DB0; }
span { border-color: rgb(1,93,176); }
td.TdClassName
{
border-color: #015DB0;
}
.TagClassName
{
border-color: #015DB0;
}
</style>