Shades of Cobalt #0255B6
Tints of Cobalt #0255B6
RGB
CMYK
RGB Variations
Color information
#0255B6 (or 0x0255B6) is known color: Cobalt. HEX triplet: 02, 55 and B6. RGB value is (2,85,182). Sum of RGB (Red+Green+Blue) = 2+85+182=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 182 (71.48% from 255 or 67.66% from 269); Max value from RGB is 182 - color contains mainly: blue. Hex color #0255B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0255B6 is #FDAA49. Grayscale: #464646. Windows color (decimal): -16624202 or 11949314. OLE color: 11949314.
HSL color Cylindrical-coordinate representation of color #0255B6: hue angle of 212.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0255B6 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 85 | 182 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.29 |
| HSL | 212.33º | 0.98% | 0.36% | - |
| HSV(B) | 212.33º | 0.99% | 0.71% | - |
| XYZ | 11.72 | 9.89 | 45.55 | - |
| YUV | 71.24 | 190.5 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 85 | 182 | 0.99 | 0.53 | 0 | 0.29 | 212.33 | 0.98 | 0.36 |
| Hex | 2 | 55 | B6 | 63 | 35 | 0 | 1D | D4 | 62 | 24 |
| Octal | 2 | 125 | 266 | 143 | 65 | 0 | 35 | 324 | 142 | 44 |
| Binary | 10 | 1010101 | 10110110 | 1100011 | 110101 | 0 | 11101 | 11010100 | 1100010 | 100100 |
Color Harmonies of #0255B6
Complementary color
Monochromatic Colors of #0255B6
Black with #0255B6
Text Example
Text Example
White with #0255B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0255B6; }
p { color: rgb(2,85,182); }
H1.HeaderClassName
{
color: #0255B6;
}
.AnyTagClassName
{
color: #0255B6;
}
</style>
background-color css
<style>
a { background-color: #0255B6; }
a { background-color: rgb(2,85,182); }
div.DivClassName
{
background-color: #0255B6;
}
.BgClassName
{
background-color: #0255B6;
}
</style>
border-color css
<style>
span { border-color: #0255B6; }
span { border-color: rgb(2,85,182); }
td.TdClassName
{
border-color: #0255B6;
}
.TagClassName
{
border-color: #0255B6;
}
</style>