Shades of Cobalt #0250AE
Tints of Cobalt #0250AE
RGB
CMYK
RGB Variations
Color information
#0250AE (or 0x0250AE) is known color: Cobalt. HEX triplet: 02, 50 and AE. RGB value is (2,80,174). Sum of RGB (Red+Green+Blue) = 2+80+174=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #0250AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0250AE is #FDAF51. Grayscale: #424242. Windows color (decimal): -16625490 or 11423746. OLE color: 11423746.
HSL color Cylindrical-coordinate representation of color #0250AE: hue angle of 212.79º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0250AE is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 80 | 174 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.32 |
| HSL | 212.79º | 0.98% | 0.35% | - |
| HSV(B) | 212.79º | 0.99% | 0.68% | - |
| XYZ | 10.53 | 8.81 | 41.19 | - |
| YUV | 67.39 | 188.16 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 80 | 174 | 0.99 | 0.54 | 0 | 0.32 | 212.79 | 0.98 | 0.35 |
| Hex | 2 | 50 | AE | 63 | 36 | 0 | 20 | D5 | 62 | 23 |
| Octal | 2 | 120 | 256 | 143 | 66 | 0 | 40 | 325 | 142 | 43 |
| Binary | 10 | 1010000 | 10101110 | 1100011 | 110110 | 0 | 100000 | 11010101 | 1100010 | 100011 |
Color Harmonies of #0250AE
Complementary color
Monochromatic Colors of #0250AE
Black with #0250AE
Text Example
Text Example
White with #0250AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0250AE; }
p { color: rgb(2,80,174); }
H1.HeaderClassName
{
color: #0250AE;
}
.AnyTagClassName
{
color: #0250AE;
}
</style>
background-color css
<style>
a { background-color: #0250AE; }
a { background-color: rgb(2,80,174); }
div.DivClassName
{
background-color: #0250AE;
}
.BgClassName
{
background-color: #0250AE;
}
</style>
border-color css
<style>
span { border-color: #0250AE; }
span { border-color: rgb(2,80,174); }
td.TdClassName
{
border-color: #0250AE;
}
.TagClassName
{
border-color: #0250AE;
}
</style>