Shades of Cobalt #0255BB
Tints of Cobalt #0255BB
RGB
CMYK
RGB Variations
Color information
#0255BB (or 0x0255BB) is known color: Cobalt. HEX triplet: 02, 55 and BB. RGB value is (2,85,187). Sum of RGB (Red+Green+Blue) = 2+85+187=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 187 (73.44% from 255 or 68.25% from 274); Max value from RGB is 187 - color contains mainly: blue. Hex color #0255BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0255BB is #FDAA44. Grayscale: #474747. Windows color (decimal): -16624197 or 12276994. OLE color: 12276994.
HSL color Cylindrical-coordinate representation of color #0255BB: hue angle of 213.08º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0255BB is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 85 | 187 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.27 |
| HSL | 213.08º | 0.98% | 0.37% | - |
| HSV(B) | 213.08º | 0.99% | 0.73% | - |
| XYZ | 12.24 | 10.1 | 48.32 | - |
| YUV | 71.81 | 193 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 85 | 187 | 0.99 | 0.55 | 0 | 0.27 | 213.08 | 0.98 | 0.37 |
| Hex | 2 | 55 | BB | 63 | 37 | 0 | 1B | D5 | 62 | 25 |
| Octal | 2 | 125 | 273 | 143 | 67 | 0 | 33 | 325 | 142 | 45 |
| Binary | 10 | 1010101 | 10111011 | 1100011 | 110111 | 0 | 11011 | 11010101 | 1100010 | 100101 |
Color Harmonies of #0255BB
Complementary color
Monochromatic Colors of #0255BB
Black with #0255BB
Text Example
Text Example
White with #0255BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0255BB; }
p { color: rgb(2,85,187); }
H1.HeaderClassName
{
color: #0255BB;
}
.AnyTagClassName
{
color: #0255BB;
}
</style>
background-color css
<style>
a { background-color: #0255BB; }
a { background-color: rgb(2,85,187); }
div.DivClassName
{
background-color: #0255BB;
}
.BgClassName
{
background-color: #0255BB;
}
</style>
border-color css
<style>
span { border-color: #0255BB; }
span { border-color: rgb(2,85,187); }
td.TdClassName
{
border-color: #0255BB;
}
.TagClassName
{
border-color: #0255BB;
}
</style>