Shades of Cobalt #015CAC
Tints of Cobalt #015CAC
RGB
CMYK
RGB Variations
Color information
#015CAC (or 0x015CAC) is known color: Cobalt. HEX triplet: 01, 5C and AC. RGB value is (1,92,172). Sum of RGB (Red+Green+Blue) = 1+92+172=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #015CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015CAC is #FEA353. Grayscale: #494949. Windows color (decimal): -16687956 or 11295745. OLE color: 11295745.
HSL color Cylindrical-coordinate representation of color #015CAC: hue angle of 208.07º 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 #015CAC is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 92 | 172 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.33 |
| HSL | 208.07º | 0.99% | 0.34% | - |
| HSV(B) | 208.07º | 0.99% | 0.67% | - |
| XYZ | 11.29 | 10.64 | 40.49 | - |
| YUV | 73.91 | 183.35 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 172 | 0.99 | 0.47 | 0 | 0.33 | 208.07 | 0.99 | 0.34 |
| Hex | 1 | 5C | AC | 63 | 2F | 0 | 21 | D0 | 63 | 22 |
| Octal | 1 | 134 | 254 | 143 | 57 | 0 | 41 | 320 | 143 | 42 |
| Binary | 1 | 1011100 | 10101100 | 1100011 | 101111 | 0 | 100001 | 11010000 | 1100011 | 100010 |
Color Harmonies of #015CAC
Complementary color
Monochromatic Colors of #015CAC
Black with #015CAC
Text Example
Text Example
White with #015CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015CAC; }
p { color: rgb(1,92,172); }
H1.HeaderClassName
{
color: #015CAC;
}
.AnyTagClassName
{
color: #015CAC;
}
</style>
background-color css
<style>
a { background-color: #015CAC; }
a { background-color: rgb(1,92,172); }
div.DivClassName
{
background-color: #015CAC;
}
.BgClassName
{
background-color: #015CAC;
}
</style>
border-color css
<style>
span { border-color: #015CAC; }
span { border-color: rgb(1,92,172); }
td.TdClassName
{
border-color: #015CAC;
}
.TagClassName
{
border-color: #015CAC;
}
</style>