Shades of Cobalt #0254B3
Tints of Cobalt #0254B3
RGB
CMYK
RGB Variations
Color information
#0254B3 (or 0x0254B3) is known color: Cobalt. HEX triplet: 02, 54 and B3. RGB value is (2,84,179). Sum of RGB (Red+Green+Blue) = 2+84+179=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 179 (70.31% from 255 or 67.55% from 265); Max value from RGB is 179 - color contains mainly: blue. Hex color #0254B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0254B3 is #FDAB4C. Grayscale: #454545. Windows color (decimal): -16624461 or 11752450. OLE color: 11752450.
HSL color Cylindrical-coordinate representation of color #0254B3: hue angle of 212.2º 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 #0254B3 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 2 | 84 | 179 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.30 |
| HSL | 212.2º | 0.98% | 0.35% | - |
| HSV(B) | 212.2º | 0.99% | 0.7% | - |
| XYZ | 11.33 | 9.61 | 43.91 | - |
| YUV | 70.31 | 189.33 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 84 | 179 | 0.99 | 0.53 | 0 | 0.30 | 212.2 | 0.98 | 0.35 |
| Hex | 2 | 54 | B3 | 63 | 35 | 0 | 1E | D4 | 62 | 23 |
| Octal | 2 | 124 | 263 | 143 | 65 | 0 | 36 | 324 | 142 | 43 |
| Binary | 10 | 1010100 | 10110011 | 1100011 | 110101 | 0 | 11110 | 11010100 | 1100010 | 100011 |
Color Harmonies of #0254B3
Complementary color
Monochromatic Colors of #0254B3
Black with #0254B3
Text Example
Text Example
White with #0254B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0254B3; }
p { color: rgb(2,84,179); }
H1.HeaderClassName
{
color: #0254B3;
}
.AnyTagClassName
{
color: #0254B3;
}
</style>
background-color css
<style>
a { background-color: #0254B3; }
a { background-color: rgb(2,84,179); }
div.DivClassName
{
background-color: #0254B3;
}
.BgClassName
{
background-color: #0254B3;
}
</style>
border-color css
<style>
span { border-color: #0254B3; }
span { border-color: rgb(2,84,179); }
td.TdClassName
{
border-color: #0254B3;
}
.TagClassName
{
border-color: #0254B3;
}
</style>