Shades of Cobalt #0550AF
Tints of Cobalt #0550AF
RGB
CMYK
RGB Variations
Color information
#0550AF (or 0x0550AF) is known color: Cobalt. HEX triplet: 05, 50 and AF. RGB value is (5,80,175). Sum of RGB (Red+Green+Blue) = 5+80+175=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 175 (68.75% from 255 or 67.31% from 260); Max value from RGB is 175 - color contains mainly: blue. Hex color #0550AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0550AF is #FAAF50. Grayscale: #434343. Windows color (decimal): -16428881 or 11489285. OLE color: 11489285.
HSL color Cylindrical-coordinate representation of color #0550AF: hue angle of 213.53º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0550AF is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 80 | 175 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.31 |
| HSL | 213.53º | 0.94% | 0.35% | - |
| HSV(B) | 213.53º | 0.97% | 0.69% | - |
| XYZ | 10.67 | 8.86 | 41.71 | - |
| YUV | 68.41 | 188.15 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 175 | 0.97 | 0.54 | 0 | 0.31 | 213.53 | 0.94 | 0.35 |
| Hex | 5 | 50 | AF | 61 | 36 | 0 | 1F | D6 | 5E | 23 |
| Octal | 5 | 120 | 257 | 141 | 66 | 0 | 37 | 326 | 136 | 43 |
| Binary | 101 | 1010000 | 10101111 | 1100001 | 110110 | 0 | 11111 | 11010110 | 1011110 | 100011 |
Color Harmonies of #0550AF
Complementary color
Monochromatic Colors of #0550AF
Black with #0550AF
Text Example
Text Example
White with #0550AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0550AF; }
p { color: rgb(5,80,175); }
H1.HeaderClassName
{
color: #0550AF;
}
.AnyTagClassName
{
color: #0550AF;
}
</style>
background-color css
<style>
a { background-color: #0550AF; }
a { background-color: rgb(5,80,175); }
div.DivClassName
{
background-color: #0550AF;
}
.BgClassName
{
background-color: #0550AF;
}
</style>
border-color css
<style>
span { border-color: #0550AF; }
span { border-color: rgb(5,80,175); }
td.TdClassName
{
border-color: #0550AF;
}
.TagClassName
{
border-color: #0550AF;
}
</style>