Shades of Cobalt #0050AA
Tints of Cobalt #0050AA
RGB
CMYK
RGB Variations
Color information
#0050AA (or 0x0050AA) is known color: Cobalt. HEX triplet: 00, 50 and AA. RGB value is (0,80,170). Sum of RGB (Red+Green+Blue) = 0+80+170=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #0050AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0050AA is #FFAF55. Grayscale: #414141. Windows color (decimal): -16756566 or 11161600. OLE color: 11161600.
HSL color Cylindrical-coordinate representation of color #0050AA: hue angle of 211.76º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0050AA is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 80 | 170 | - |
| CMYK | 1 | 0.53 | 0 | 0.33 |
| HSL | 211.76º | 1% | 0.33% | - |
| HSV(B) | 211.76º | 1% | 0.67% | - |
| XYZ | 10.12 | 8.64 | 39.16 | - |
| YUV | 66.34 | 186.5 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 170 | 1 | 0.53 | 0 | 0.33 | 211.76 | 1 | 0.33 |
| Hex | 0 | 50 | AA | 64 | 35 | 0 | 21 | D4 | 64 | 21 |
| Octal | 0 | 120 | 252 | 144 | 65 | 0 | 41 | 324 | 144 | 41 |
| Binary | 0 | 1010000 | 10101010 | 1100100 | 110101 | 0 | 100001 | 11010100 | 1100100 | 100001 |
Color Harmonies of #0050AA
Complementary color
Monochromatic Colors of #0050AA
Black with #0050AA
Text Example
Text Example
White with #0050AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0050AA; }
p { color: rgb(0,80,170); }
H1.HeaderClassName
{
color: #0050AA;
}
.AnyTagClassName
{
color: #0050AA;
}
</style>
background-color css
<style>
a { background-color: #0050AA; }
a { background-color: rgb(0,80,170); }
div.DivClassName
{
background-color: #0050AA;
}
.BgClassName
{
background-color: #0050AA;
}
</style>
border-color css
<style>
span { border-color: #0050AA; }
span { border-color: rgb(0,80,170); }
td.TdClassName
{
border-color: #0050AA;
}
.TagClassName
{
border-color: #0050AA;
}
</style>