Shades of Cobalt #0447CB
Tints of Cobalt #0447CB
RGB
CMYK
RGB Variations
Color information
#0447CB (or 0x0447CB) is known color: Cobalt. HEX triplet: 04, 47 and CB. RGB value is (4,71,203). Sum of RGB (Red+Green+Blue) = 4+71+203=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 203 (79.69% from 255 or 73.02% from 278); Max value from RGB is 203 - color contains mainly: blue. Hex color #0447CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0447CB is #FBB834. Grayscale: #414141. Windows color (decimal): -16496693 or 13321988. OLE color: 13321988.
HSL color Cylindrical-coordinate representation of color #0447CB: hue angle of 219.8º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0447CB is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 71 | 203 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.20 |
| HSL | 219.8º | 0.96% | 0.41% | - |
| HSV(B) | 219.8º | 0.98% | 0.8% | - |
| XYZ | 13.08 | 8.84 | 57.52 | - |
| YUV | 66.02 | 205.3 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 71 | 203 | 0.98 | 0.65 | 0 | 0.20 | 219.8 | 0.96 | 0.41 |
| Hex | 4 | 47 | CB | 62 | 41 | 0 | 14 | DC | 60 | 29 |
| Octal | 4 | 107 | 313 | 142 | 101 | 0 | 24 | 334 | 140 | 51 |
| Binary | 100 | 1000111 | 11001011 | 1100010 | 1000001 | 0 | 10100 | 11011100 | 1100000 | 101001 |
Color Harmonies of #0447CB
Complementary color
Monochromatic Colors of #0447CB
Black with #0447CB
Text Example
Text Example
White with #0447CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0447CB; }
p { color: rgb(4,71,203); }
H1.HeaderClassName
{
color: #0447CB;
}
.AnyTagClassName
{
color: #0447CB;
}
</style>
background-color css
<style>
a { background-color: #0447CB; }
a { background-color: rgb(4,71,203); }
div.DivClassName
{
background-color: #0447CB;
}
.BgClassName
{
background-color: #0447CB;
}
</style>
border-color css
<style>
span { border-color: #0447CB; }
span { border-color: rgb(4,71,203); }
td.TdClassName
{
border-color: #0447CB;
}
.TagClassName
{
border-color: #0447CB;
}
</style>