Shades of Cobalt #0443BC
Tints of Cobalt #0443BC
RGB
CMYK
RGB Variations
Color information
#0443BC (or 0x0443BC) is known color: Cobalt. HEX triplet: 04, 43 and BC. RGB value is (4,67,188). Sum of RGB (Red+Green+Blue) = 4+67+188=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 188 (73.83% from 255 or 72.59% from 259); Max value from RGB is 188 - color contains mainly: blue. Hex color #0443BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0443BC is #FBBC43. Grayscale: #3D3D3D. Windows color (decimal): -16497732 or 12337924. OLE color: 12337924.
HSL color Cylindrical-coordinate representation of color #0443BC: hue angle of 219.46º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0443BC is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 67 | 188 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.26 |
| HSL | 219.46º | 0.96% | 0.38% | - |
| HSV(B) | 219.46º | 0.98% | 0.74% | - |
| XYZ | 11.13 | 7.67 | 48.47 | - |
| YUV | 61.96 | 199.13 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 67 | 188 | 0.98 | 0.64 | 0 | 0.26 | 219.46 | 0.96 | 0.38 |
| Hex | 4 | 43 | BC | 62 | 40 | 0 | 1A | DB | 60 | 26 |
| Octal | 4 | 103 | 274 | 142 | 100 | 0 | 32 | 333 | 140 | 46 |
| Binary | 100 | 1000011 | 10111100 | 1100010 | 1000000 | 0 | 11010 | 11011011 | 1100000 | 100110 |
Color Harmonies of #0443BC
Complementary color
Monochromatic Colors of #0443BC
Black with #0443BC
Text Example
Text Example
White with #0443BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0443BC; }
p { color: rgb(4,67,188); }
H1.HeaderClassName
{
color: #0443BC;
}
.AnyTagClassName
{
color: #0443BC;
}
</style>
background-color css
<style>
a { background-color: #0443BC; }
a { background-color: rgb(4,67,188); }
div.DivClassName
{
background-color: #0443BC;
}
.BgClassName
{
background-color: #0443BC;
}
</style>
border-color css
<style>
span { border-color: #0443BC; }
span { border-color: rgb(4,67,188); }
td.TdClassName
{
border-color: #0443BC;
}
.TagClassName
{
border-color: #0443BC;
}
</style>