Shades of Cobalt #0450AD
Tints of Cobalt #0450AD
RGB
CMYK
RGB Variations
Color information
#0450AD (or 0x0450AD) is known color: Cobalt. HEX triplet: 04, 50 and AD. RGB value is (4,80,173). Sum of RGB (Red+Green+Blue) = 4+80+173=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 173 (67.97% from 255 or 67.32% from 257); Max value from RGB is 173 - color contains mainly: blue. Hex color #0450AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0450AD is #FBAF52. Grayscale: #434343. Windows color (decimal): -16494419 or 11358212. OLE color: 11358212.
HSL color Cylindrical-coordinate representation of color #0450AD: hue angle of 213.02º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0450AD is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 80 | 173 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.32 |
| HSL | 213.02º | 0.95% | 0.35% | - |
| HSV(B) | 213.02º | 0.98% | 0.68% | - |
| XYZ | 10.46 | 8.78 | 40.68 | - |
| YUV | 67.88 | 187.32 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 173 | 0.98 | 0.54 | 0 | 0.32 | 213.02 | 0.95 | 0.35 |
| Hex | 4 | 50 | AD | 62 | 36 | 0 | 20 | D5 | 5F | 23 |
| Octal | 4 | 120 | 255 | 142 | 66 | 0 | 40 | 325 | 137 | 43 |
| Binary | 100 | 1010000 | 10101101 | 1100010 | 110110 | 0 | 100000 | 11010101 | 1011111 | 100011 |
Color Harmonies of #0450AD
Complementary color
Monochromatic Colors of #0450AD
Black with #0450AD
Text Example
Text Example
White with #0450AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0450AD; }
p { color: rgb(4,80,173); }
H1.HeaderClassName
{
color: #0450AD;
}
.AnyTagClassName
{
color: #0450AD;
}
</style>
background-color css
<style>
a { background-color: #0450AD; }
a { background-color: rgb(4,80,173); }
div.DivClassName
{
background-color: #0450AD;
}
.BgClassName
{
background-color: #0450AD;
}
</style>
border-color css
<style>
span { border-color: #0450AD; }
span { border-color: rgb(4,80,173); }
td.TdClassName
{
border-color: #0450AD;
}
.TagClassName
{
border-color: #0450AD;
}
</style>