Shades of Cobalt #0155B1
Tints of Cobalt #0155B1
RGB
CMYK
RGB Variations
Color information
#0155B1 (or 0x0155B1) is known color: Cobalt. HEX triplet: 01, 55 and B1. RGB value is (1,85,177). Sum of RGB (Red+Green+Blue) = 1+85+177=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 177 (69.53% from 255 or 67.30% from 263); Max value from RGB is 177 - color contains mainly: blue. Hex color #0155B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0155B1 is #FEAA4E. Grayscale: #454545. Windows color (decimal): -16689743 or 11621633. OLE color: 11621633.
HSL color Cylindrical-coordinate representation of color #0155B1: hue angle of 211.36º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0155B1 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 85 | 177 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.31 |
| HSL | 211.36º | 0.99% | 0.35% | - |
| HSV(B) | 211.36º | 0.99% | 0.69% | - |
| XYZ | 11.2 | 9.68 | 42.87 | - |
| YUV | 70.37 | 188.17 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 177 | 0.99 | 0.52 | 0 | 0.31 | 211.36 | 0.99 | 0.35 |
| Hex | 1 | 55 | B1 | 63 | 34 | 0 | 1F | D3 | 63 | 23 |
| Octal | 1 | 125 | 261 | 143 | 64 | 0 | 37 | 323 | 143 | 43 |
| Binary | 1 | 1010101 | 10110001 | 1100011 | 110100 | 0 | 11111 | 11010011 | 1100011 | 100011 |
Color Harmonies of #0155B1
Complementary color
Monochromatic Colors of #0155B1
Black with #0155B1
Text Example
Text Example
White with #0155B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0155B1; }
p { color: rgb(1,85,177); }
H1.HeaderClassName
{
color: #0155B1;
}
.AnyTagClassName
{
color: #0155B1;
}
</style>
background-color css
<style>
a { background-color: #0155B1; }
a { background-color: rgb(1,85,177); }
div.DivClassName
{
background-color: #0155B1;
}
.BgClassName
{
background-color: #0155B1;
}
</style>
border-color css
<style>
span { border-color: #0155B1; }
span { border-color: rgb(1,85,177); }
td.TdClassName
{
border-color: #0155B1;
}
.TagClassName
{
border-color: #0155B1;
}
</style>