Shades of Cobalt #0443BF
Tints of Cobalt #0443BF
RGB
CMYK
RGB Variations
Color information
#0443BF (or 0x0443BF) is known color: Cobalt. HEX triplet: 04, 43 and BF. RGB value is (4,67,191). Sum of RGB (Red+Green+Blue) = 4+67+191=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 191 (75% from 255 or 72.90% from 262); Max value from RGB is 191 - color contains mainly: blue. Hex color #0443BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0443BF is #FBBC40. Grayscale: #3D3D3D. Windows color (decimal): -16497729 or 12534532. OLE color: 12534532.
HSL color Cylindrical-coordinate representation of color #0443BF: hue angle of 219.79º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0443BF is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 67 | 191 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.25 |
| HSL | 219.79º | 0.96% | 0.38% | - |
| HSV(B) | 219.79º | 0.98% | 0.75% | - |
| XYZ | 11.46 | 7.8 | 50.19 | - |
| YUV | 62.3 | 200.63 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 67 | 191 | 0.98 | 0.65 | 0 | 0.25 | 219.79 | 0.96 | 0.38 |
| Hex | 4 | 43 | BF | 62 | 41 | 0 | 19 | DC | 60 | 26 |
| Octal | 4 | 103 | 277 | 142 | 101 | 0 | 31 | 334 | 140 | 46 |
| Binary | 100 | 1000011 | 10111111 | 1100010 | 1000001 | 0 | 11001 | 11011100 | 1100000 | 100110 |
Color Harmonies of #0443BF
Complementary color
Monochromatic Colors of #0443BF
Black with #0443BF
Text Example
Text Example
White with #0443BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0443BF; }
p { color: rgb(4,67,191); }
H1.HeaderClassName
{
color: #0443BF;
}
.AnyTagClassName
{
color: #0443BF;
}
</style>
background-color css
<style>
a { background-color: #0443BF; }
a { background-color: rgb(4,67,191); }
div.DivClassName
{
background-color: #0443BF;
}
.BgClassName
{
background-color: #0443BF;
}
</style>
border-color css
<style>
span { border-color: #0443BF; }
span { border-color: rgb(4,67,191); }
td.TdClassName
{
border-color: #0443BF;
}
.TagClassName
{
border-color: #0443BF;
}
</style>