Shades of Cobalt #015DAE
Tints of Cobalt #015DAE
RGB
CMYK
RGB Variations
Color information
#015DAE (or 0x015DAE) is known color: Cobalt. HEX triplet: 01, 5D and AE. RGB value is (1,93,174). Sum of RGB (Red+Green+Blue) = 1+93+174=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #015DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015DAE is #FEA251. Grayscale: #4A4A4A. Windows color (decimal): -16687698 or 11427073. OLE color: 11427073.
HSL color Cylindrical-coordinate representation of color #015DAE: hue angle of 208.09º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015DAE is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 93 | 174 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.32 |
| HSL | 208.09º | 0.99% | 0.34% | - |
| HSV(B) | 208.09º | 0.99% | 0.68% | - |
| XYZ | 11.57 | 10.89 | 41.54 | - |
| YUV | 74.73 | 184.02 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 174 | 0.99 | 0.47 | 0 | 0.32 | 208.09 | 0.99 | 0.34 |
| Hex | 1 | 5D | AE | 63 | 2F | 0 | 20 | D0 | 63 | 22 |
| Octal | 1 | 135 | 256 | 143 | 57 | 0 | 40 | 320 | 143 | 42 |
| Binary | 1 | 1011101 | 10101110 | 1100011 | 101111 | 0 | 100000 | 11010000 | 1100011 | 100010 |
Color Harmonies of #015DAE
Complementary color
Monochromatic Colors of #015DAE
Black with #015DAE
Text Example
Text Example
White with #015DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015DAE; }
p { color: rgb(1,93,174); }
H1.HeaderClassName
{
color: #015DAE;
}
.AnyTagClassName
{
color: #015DAE;
}
</style>
background-color css
<style>
a { background-color: #015DAE; }
a { background-color: rgb(1,93,174); }
div.DivClassName
{
background-color: #015DAE;
}
.BgClassName
{
background-color: #015DAE;
}
</style>
border-color css
<style>
span { border-color: #015DAE; }
span { border-color: rgb(1,93,174); }
td.TdClassName
{
border-color: #015DAE;
}
.TagClassName
{
border-color: #015DAE;
}
</style>