Shades of Cobalt #0155AE
Tints of Cobalt #0155AE
RGB
CMYK
RGB Variations
Color information
#0155AE (or 0x0155AE) is known color: Cobalt. HEX triplet: 01, 55 and AE. RGB value is (1,85,174). Sum of RGB (Red+Green+Blue) = 1+85+174=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 174 (68.36% from 255 or 66.92% from 260); Max value from RGB is 174 - color contains mainly: blue. Hex color #0155AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0155AE is #FEAA51. Grayscale: #454545. Windows color (decimal): -16689746 or 11425025. OLE color: 11425025.
HSL color Cylindrical-coordinate representation of color #0155AE: hue angle of 210.87º 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 #0155AE is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 85 | 174 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.32 |
| HSL | 210.87º | 0.99% | 0.34% | - |
| HSV(B) | 210.87º | 0.99% | 0.68% | - |
| XYZ | 10.9 | 9.56 | 41.32 | - |
| YUV | 70.03 | 186.67 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 174 | 0.99 | 0.51 | 0 | 0.32 | 210.87 | 0.99 | 0.34 |
| Hex | 1 | 55 | AE | 63 | 33 | 0 | 20 | D3 | 63 | 22 |
| Octal | 1 | 125 | 256 | 143 | 63 | 0 | 40 | 323 | 143 | 42 |
| Binary | 1 | 1010101 | 10101110 | 1100011 | 110011 | 0 | 100000 | 11010011 | 1100011 | 100010 |
Color Harmonies of #0155AE
Complementary color
Monochromatic Colors of #0155AE
Black with #0155AE
Text Example
Text Example
White with #0155AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0155AE; }
p { color: rgb(1,85,174); }
H1.HeaderClassName
{
color: #0155AE;
}
.AnyTagClassName
{
color: #0155AE;
}
</style>
background-color css
<style>
a { background-color: #0155AE; }
a { background-color: rgb(1,85,174); }
div.DivClassName
{
background-color: #0155AE;
}
.BgClassName
{
background-color: #0155AE;
}
</style>
border-color css
<style>
span { border-color: #0155AE; }
span { border-color: rgb(1,85,174); }
td.TdClassName
{
border-color: #0155AE;
}
.TagClassName
{
border-color: #0155AE;
}
</style>