Shades of Cobalt #0255B3
Tints of Cobalt #0255B3
RGB
CMYK
RGB Variations
Color information
#0255B3 (or 0x0255B3) is known color: Cobalt. HEX triplet: 02, 55 and B3. RGB value is (2,85,179). Sum of RGB (Red+Green+Blue) = 2+85+179=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 179 (70.31% from 255 or 67.29% from 266); Max value from RGB is 179 - color contains mainly: blue. Hex color #0255B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0255B3 is #FDAA4C. Grayscale: #464646. Windows color (decimal): -16624205 or 11752706. OLE color: 11752706.
HSL color Cylindrical-coordinate representation of color #0255B3: hue angle of 211.86º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0255B3 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 2 | 85 | 179 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.30 |
| HSL | 211.86º | 0.98% | 0.35% | - |
| HSV(B) | 211.86º | 0.99% | 0.7% | - |
| XYZ | 11.41 | 9.76 | 43.93 | - |
| YUV | 70.9 | 189 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 85 | 179 | 0.99 | 0.53 | 0 | 0.30 | 211.86 | 0.98 | 0.35 |
| Hex | 2 | 55 | B3 | 63 | 35 | 0 | 1E | D4 | 62 | 23 |
| Octal | 2 | 125 | 263 | 143 | 65 | 0 | 36 | 324 | 142 | 43 |
| Binary | 10 | 1010101 | 10110011 | 1100011 | 110101 | 0 | 11110 | 11010100 | 1100010 | 100011 |
Color Harmonies of #0255B3
Complementary color
Monochromatic Colors of #0255B3
Black with #0255B3
Text Example
Text Example
White with #0255B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0255B3; }
p { color: rgb(2,85,179); }
H1.HeaderClassName
{
color: #0255B3;
}
.AnyTagClassName
{
color: #0255B3;
}
</style>
background-color css
<style>
a { background-color: #0255B3; }
a { background-color: rgb(2,85,179); }
div.DivClassName
{
background-color: #0255B3;
}
.BgClassName
{
background-color: #0255B3;
}
</style>
border-color css
<style>
span { border-color: #0255B3; }
span { border-color: rgb(2,85,179); }
td.TdClassName
{
border-color: #0255B3;
}
.TagClassName
{
border-color: #0255B3;
}
</style>