Shades of Cobalt #0155AC
Tints of Cobalt #0155AC
RGB
CMYK
RGB Variations
Color information
#0155AC (or 0x0155AC) is known color: Cobalt. HEX triplet: 01, 55 and AC. RGB value is (1,85,172). Sum of RGB (Red+Green+Blue) = 1+85+172=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #0155AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0155AC is #FEAA53. Grayscale: #454545. Windows color (decimal): -16689748 or 11293953. OLE color: 11293953.
HSL color Cylindrical-coordinate representation of color #0155AC: hue angle of 210.53º 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 #0155AC is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 85 | 172 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.33 |
| HSL | 210.53º | 0.99% | 0.34% | - |
| HSV(B) | 210.53º | 0.99% | 0.67% | - |
| XYZ | 10.71 | 9.48 | 40.3 | - |
| YUV | 69.8 | 185.67 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 172 | 0.99 | 0.51 | 0 | 0.33 | 210.53 | 0.99 | 0.34 |
| Hex | 1 | 55 | AC | 63 | 33 | 0 | 21 | D3 | 63 | 22 |
| Octal | 1 | 125 | 254 | 143 | 63 | 0 | 41 | 323 | 143 | 42 |
| Binary | 1 | 1010101 | 10101100 | 1100011 | 110011 | 0 | 100001 | 11010011 | 1100011 | 100010 |
Color Harmonies of #0155AC
Complementary color
Monochromatic Colors of #0155AC
Black with #0155AC
Text Example
Text Example
White with #0155AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0155AC; }
p { color: rgb(1,85,172); }
H1.HeaderClassName
{
color: #0155AC;
}
.AnyTagClassName
{
color: #0155AC;
}
</style>
background-color css
<style>
a { background-color: #0155AC; }
a { background-color: rgb(1,85,172); }
div.DivClassName
{
background-color: #0155AC;
}
.BgClassName
{
background-color: #0155AC;
}
</style>
border-color css
<style>
span { border-color: #0155AC; }
span { border-color: rgb(1,85,172); }
td.TdClassName
{
border-color: #0155AC;
}
.TagClassName
{
border-color: #0155AC;
}
</style>