Shades of Cobalt #0050AF
Tints of Cobalt #0050AF
RGB
CMYK
RGB Variations
Color information
#0050AF (or 0x0050AF) is known color: Cobalt. HEX triplet: 00, 50 and AF. RGB value is (0,80,175). Sum of RGB (Red+Green+Blue) = 0+80+175=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 175 (68.75% from 255 or 68.63% from 255); Max value from RGB is 175 - color contains mainly: blue. Hex color #0050AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0050AF is #FFAF50. Grayscale: #424242. Windows color (decimal): -16756561 or 11489280. OLE color: 11489280.
HSL color Cylindrical-coordinate representation of color #0050AF: hue angle of 212.57º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0050AF is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 80 | 175 | - |
| CMYK | 1 | 0.54 | 0 | 0.31 |
| HSL | 212.57º | 1% | 0.34% | - |
| HSV(B) | 212.57º | 1% | 0.69% | - |
| XYZ | 10.61 | 8.83 | 41.7 | - |
| YUV | 66.91 | 189 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 80 | 175 | 1 | 0.54 | 0 | 0.31 | 212.57 | 1 | 0.34 |
| Hex | 0 | 50 | AF | 64 | 36 | 0 | 1F | D5 | 64 | 22 |
| Octal | 0 | 120 | 257 | 144 | 66 | 0 | 37 | 325 | 144 | 42 |
| Binary | 0 | 1010000 | 10101111 | 1100100 | 110110 | 0 | 11111 | 11010101 | 1100100 | 100010 |
Color Harmonies of #0050AF
Complementary color
Monochromatic Colors of #0050AF
Black with #0050AF
Text Example
Text Example
White with #0050AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0050AF; }
p { color: rgb(0,80,175); }
H1.HeaderClassName
{
color: #0050AF;
}
.AnyTagClassName
{
color: #0050AF;
}
</style>
background-color css
<style>
a { background-color: #0050AF; }
a { background-color: rgb(0,80,175); }
div.DivClassName
{
background-color: #0050AF;
}
.BgClassName
{
background-color: #0050AF;
}
</style>
border-color css
<style>
span { border-color: #0050AF; }
span { border-color: rgb(0,80,175); }
td.TdClassName
{
border-color: #0050AF;
}
.TagClassName
{
border-color: #0050AF;
}
</style>