Shades of Cobalt #0547AE
Tints of Cobalt #0547AE
RGB
CMYK
RGB Variations
Color information
#0547AE (or 0x0547AE) is known color: Cobalt. HEX triplet: 05, 47 and AE. RGB value is (5,71,174). Sum of RGB (Red+Green+Blue) = 5+71+174=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 174 (68.36% from 255 or 69.6% from 250); Max value from RGB is 174 - color contains mainly: blue. Hex color #0547AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0547AE is #FAB851. Grayscale: #3E3E3E. Windows color (decimal): -16431186 or 11421445. OLE color: 11421445.
HSL color Cylindrical-coordinate representation of color #0547AE: hue angle of 216.57º 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 #0547AE is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 71 | 174 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.32 |
| HSL | 216.57º | 0.94% | 0.35% | - |
| HSV(B) | 216.57º | 0.97% | 0.68% | - |
| XYZ | 9.96 | 7.59 | 40.99 | - |
| YUV | 63.01 | 190.63 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 71 | 174 | 0.97 | 0.59 | 0 | 0.32 | 216.57 | 0.94 | 0.35 |
| Hex | 5 | 47 | AE | 61 | 3B | 0 | 20 | D9 | 5E | 23 |
| Octal | 5 | 107 | 256 | 141 | 73 | 0 | 40 | 331 | 136 | 43 |
| Binary | 101 | 1000111 | 10101110 | 1100001 | 111011 | 0 | 100000 | 11011001 | 1011110 | 100011 |
Color Harmonies of #0547AE
Complementary color
Monochromatic Colors of #0547AE
Black with #0547AE
Text Example
Text Example
White with #0547AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0547AE; }
p { color: rgb(5,71,174); }
H1.HeaderClassName
{
color: #0547AE;
}
.AnyTagClassName
{
color: #0547AE;
}
</style>
background-color css
<style>
a { background-color: #0547AE; }
a { background-color: rgb(5,71,174); }
div.DivClassName
{
background-color: #0547AE;
}
.BgClassName
{
background-color: #0547AE;
}
</style>
border-color css
<style>
span { border-color: #0547AE; }
span { border-color: rgb(5,71,174); }
td.TdClassName
{
border-color: #0547AE;
}
.TagClassName
{
border-color: #0547AE;
}
</style>