Shades of Cobalt #0543AD
Tints of Cobalt #0543AD
RGB
CMYK
RGB Variations
Color information
#0543AD (or 0x0543AD) is known color: Cobalt. HEX triplet: 05, 43 and AD. RGB value is (5,67,173). Sum of RGB (Red+Green+Blue) = 5+67+173=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #0543AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0543AD is #FABC52. Grayscale: #3C3C3C. Windows color (decimal): -16432211 or 11354885. OLE color: 11354885.
HSL color Cylindrical-coordinate representation of color #0543AD: hue angle of 217.86º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0543AD is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 67 | 173 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.32 |
| HSL | 217.86º | 0.94% | 0.35% | - |
| HSV(B) | 217.86º | 0.97% | 0.68% | - |
| XYZ | 9.61 | 7.06 | 40.39 | - |
| YUV | 60.55 | 191.46 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 173 | 0.97 | 0.61 | 0 | 0.32 | 217.86 | 0.94 | 0.35 |
| Hex | 5 | 43 | AD | 61 | 3D | 0 | 20 | DA | 5E | 23 |
| Octal | 5 | 103 | 255 | 141 | 75 | 0 | 40 | 332 | 136 | 43 |
| Binary | 101 | 1000011 | 10101101 | 1100001 | 111101 | 0 | 100000 | 11011010 | 1011110 | 100011 |
Color Harmonies of #0543AD
Complementary color
Monochromatic Colors of #0543AD
Black with #0543AD
Text Example
Text Example
White with #0543AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0543AD; }
p { color: rgb(5,67,173); }
H1.HeaderClassName
{
color: #0543AD;
}
.AnyTagClassName
{
color: #0543AD;
}
</style>
background-color css
<style>
a { background-color: #0543AD; }
a { background-color: rgb(5,67,173); }
div.DivClassName
{
background-color: #0543AD;
}
.BgClassName
{
background-color: #0543AD;
}
</style>
border-color css
<style>
span { border-color: #0543AD; }
span { border-color: rgb(5,67,173); }
td.TdClassName
{
border-color: #0543AD;
}
.TagClassName
{
border-color: #0543AD;
}
</style>