Shades of Cobalt #015DAA
Tints of Cobalt #015DAA
RGB
CMYK
RGB Variations
Color information
#015DAA (or 0x015DAA) is known color: Cobalt. HEX triplet: 01, 5D and AA. RGB value is (1,93,170). Sum of RGB (Red+Green+Blue) = 1+93+170=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #015DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015DAA is #FEA255. Grayscale: #494949. Windows color (decimal): -16687702 or 11164929. OLE color: 11164929.
HSL color Cylindrical-coordinate representation of color #015DAA: hue angle of 207.34º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015DAA is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 93 | 170 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.33 |
| HSL | 207.34º | 0.99% | 0.34% | - |
| HSV(B) | 207.34º | 0.99% | 0.67% | - |
| XYZ | 11.18 | 10.74 | 39.51 | - |
| YUV | 74.27 | 182.02 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 170 | 0.99 | 0.45 | 0 | 0.33 | 207.34 | 0.99 | 0.34 |
| Hex | 1 | 5D | AA | 63 | 2D | 0 | 21 | CF | 63 | 22 |
| Octal | 1 | 135 | 252 | 143 | 55 | 0 | 41 | 317 | 143 | 42 |
| Binary | 1 | 1011101 | 10101010 | 1100011 | 101101 | 0 | 100001 | 11001111 | 1100011 | 100010 |
Color Harmonies of #015DAA
Complementary color
Monochromatic Colors of #015DAA
Black with #015DAA
Text Example
Text Example
White with #015DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015DAA; }
p { color: rgb(1,93,170); }
H1.HeaderClassName
{
color: #015DAA;
}
.AnyTagClassName
{
color: #015DAA;
}
</style>
background-color css
<style>
a { background-color: #015DAA; }
a { background-color: rgb(1,93,170); }
div.DivClassName
{
background-color: #015DAA;
}
.BgClassName
{
background-color: #015DAA;
}
</style>
border-color css
<style>
span { border-color: #015DAA; }
span { border-color: rgb(1,93,170); }
td.TdClassName
{
border-color: #015DAA;
}
.TagClassName
{
border-color: #015DAA;
}
</style>