Shades of Cobalt #0447AD
Tints of Cobalt #0447AD
RGB
CMYK
RGB Variations
Color information
#0447AD (or 0x0447AD) is known color: Cobalt. HEX triplet: 04, 47 and AD. RGB value is (4,71,173). Sum of RGB (Red+Green+Blue) = 4+71+173=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #0447AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0447AD is #FBB852. Grayscale: #3E3E3E. Windows color (decimal): -16496723 or 11355908. OLE color: 11355908.
HSL color Cylindrical-coordinate representation of color #0447AD: hue angle of 216.21º 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 #0447AD is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 71 | 173 | - |
| CMYK | 0.98 | 0.59 | 0 | 0.32 |
| HSL | 216.21º | 0.95% | 0.35% | - |
| HSV(B) | 216.21º | 0.98% | 0.68% | - |
| XYZ | 9.85 | 7.55 | 40.47 | - |
| YUV | 62.6 | 190.3 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 71 | 173 | 0.98 | 0.59 | 0 | 0.32 | 216.21 | 0.95 | 0.35 |
| Hex | 4 | 47 | AD | 62 | 3B | 0 | 20 | D8 | 5F | 23 |
| Octal | 4 | 107 | 255 | 142 | 73 | 0 | 40 | 330 | 137 | 43 |
| Binary | 100 | 1000111 | 10101101 | 1100010 | 111011 | 0 | 100000 | 11011000 | 1011111 | 100011 |
Color Harmonies of #0447AD
Complementary color
Monochromatic Colors of #0447AD
Black with #0447AD
Text Example
Text Example
White with #0447AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0447AD; }
p { color: rgb(4,71,173); }
H1.HeaderClassName
{
color: #0447AD;
}
.AnyTagClassName
{
color: #0447AD;
}
</style>
background-color css
<style>
a { background-color: #0447AD; }
a { background-color: rgb(4,71,173); }
div.DivClassName
{
background-color: #0447AD;
}
.BgClassName
{
background-color: #0447AD;
}
</style>
border-color css
<style>
span { border-color: #0447AD; }
span { border-color: rgb(4,71,173); }
td.TdClassName
{
border-color: #0447AD;
}
.TagClassName
{
border-color: #0447AD;
}
</style>