Shades of Cobalt #0540A3
Tints of Cobalt #0540A3
RGB
CMYK
RGB Variations
Color information
#0540A3 (or 0x0540A3) is known color: Cobalt. HEX triplet: 05, 40 and A3. RGB value is (5,64,163). Sum of RGB (Red+Green+Blue) = 5+64+163=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 163 (64.06% from 255 or 70.26% from 232); Max value from RGB is 163 - color contains mainly: blue. Hex color #0540A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0540A3 is #FABF5C. Grayscale: #393939. Windows color (decimal): -16432989 or 10698757. OLE color: 10698757.
HSL color Cylindrical-coordinate representation of color #0540A3: hue angle of 217.59º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0540A3 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 64 | 163 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.36 |
| HSL | 217.59º | 0.94% | 0.33% | - |
| HSV(B) | 217.59º | 0.97% | 0.64% | - |
| XYZ | 8.51 | 6.34 | 35.43 | - |
| YUV | 57.65 | 187.45 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 163 | 0.97 | 0.61 | 0 | 0.36 | 217.59 | 0.94 | 0.33 |
| Hex | 5 | 40 | A3 | 61 | 3D | 0 | 24 | DA | 5E | 21 |
| Octal | 5 | 100 | 243 | 141 | 75 | 0 | 44 | 332 | 136 | 41 |
| Binary | 101 | 1000000 | 10100011 | 1100001 | 111101 | 0 | 100100 | 11011010 | 1011110 | 100001 |
Color Harmonies of #0540A3
Complementary color
Monochromatic Colors of #0540A3
Black with #0540A3
Text Example
Text Example
White with #0540A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0540A3; }
p { color: rgb(5,64,163); }
H1.HeaderClassName
{
color: #0540A3;
}
.AnyTagClassName
{
color: #0540A3;
}
</style>
background-color css
<style>
a { background-color: #0540A3; }
a { background-color: rgb(5,64,163); }
div.DivClassName
{
background-color: #0540A3;
}
.BgClassName
{
background-color: #0540A3;
}
</style>
border-color css
<style>
span { border-color: #0540A3; }
span { border-color: rgb(5,64,163); }
td.TdClassName
{
border-color: #0540A3;
}
.TagClassName
{
border-color: #0540A3;
}
</style>