Shades of Cobalt #0543AB
Tints of Cobalt #0543AB
RGB
CMYK
RGB Variations
Color information
#0543AB (or 0x0543AB) is known color: Cobalt. HEX triplet: 05, 43 and AB. RGB value is (5,67,171). Sum of RGB (Red+Green+Blue) = 5+67+171=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #0543AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0543AB is #FABC54. Grayscale: #3B3B3B. Windows color (decimal): -16432213 or 11223813. OLE color: 11223813.
HSL color Cylindrical-coordinate representation of color #0543AB: hue angle of 217.59º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0543AB is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 67 | 171 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.33 |
| HSL | 217.59º | 0.94% | 0.35% | - |
| HSV(B) | 217.59º | 0.97% | 0.67% | - |
| XYZ | 9.42 | 6.99 | 39.38 | - |
| YUV | 60.32 | 190.46 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 171 | 0.97 | 0.61 | 0 | 0.33 | 217.59 | 0.94 | 0.35 |
| Hex | 5 | 43 | AB | 61 | 3D | 0 | 21 | DA | 5E | 23 |
| Octal | 5 | 103 | 253 | 141 | 75 | 0 | 41 | 332 | 136 | 43 |
| Binary | 101 | 1000011 | 10101011 | 1100001 | 111101 | 0 | 100001 | 11011010 | 1011110 | 100011 |
Color Harmonies of #0543AB
Complementary color
Monochromatic Colors of #0543AB
Black with #0543AB
Text Example
Text Example
White with #0543AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0543AB; }
p { color: rgb(5,67,171); }
H1.HeaderClassName
{
color: #0543AB;
}
.AnyTagClassName
{
color: #0543AB;
}
</style>
background-color css
<style>
a { background-color: #0543AB; }
a { background-color: rgb(5,67,171); }
div.DivClassName
{
background-color: #0543AB;
}
.BgClassName
{
background-color: #0543AB;
}
</style>
border-color css
<style>
span { border-color: #0543AB; }
span { border-color: rgb(5,67,171); }
td.TdClassName
{
border-color: #0543AB;
}
.TagClassName
{
border-color: #0543AB;
}
</style>