Shades of Cobalt #0043BC
Tints of Cobalt #0043BC
RGB
CMYK
RGB Variations
Color information
#0043BC (or 0x0043BC) is known color: Cobalt. HEX triplet: 00, 43 and BC. RGB value is (0,67,188). Sum of RGB (Red+Green+Blue) = 0+67+188=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #0043BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0043BC is #FFBC43. Grayscale: #3C3C3C. Windows color (decimal): -16759876 or 12337920. OLE color: 12337920.
HSL color Cylindrical-coordinate representation of color #0043BC: hue angle of 218.62º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0043BC is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 67 | 188 | - |
| CMYK | 1 | 0.64 | 0 | 0.26 |
| HSL | 218.62º | 1% | 0.37% | - |
| HSV(B) | 218.62º | 1% | 0.74% | - |
| XYZ | 11.08 | 7.65 | 48.47 | - |
| YUV | 60.76 | 199.8 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 188 | 1 | 0.64 | 0 | 0.26 | 218.62 | 1 | 0.37 |
| Hex | 0 | 43 | BC | 64 | 40 | 0 | 1A | DB | 64 | 25 |
| Octal | 0 | 103 | 274 | 144 | 100 | 0 | 32 | 333 | 144 | 45 |
| Binary | 0 | 1000011 | 10111100 | 1100100 | 1000000 | 0 | 11010 | 11011011 | 1100100 | 100101 |
Color Harmonies of #0043BC
Complementary color
Monochromatic Colors of #0043BC
Black with #0043BC
Text Example
Text Example
White with #0043BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0043BC; }
p { color: rgb(0,67,188); }
H1.HeaderClassName
{
color: #0043BC;
}
.AnyTagClassName
{
color: #0043BC;
}
</style>
background-color css
<style>
a { background-color: #0043BC; }
a { background-color: rgb(0,67,188); }
div.DivClassName
{
background-color: #0043BC;
}
.BgClassName
{
background-color: #0043BC;
}
</style>
border-color css
<style>
span { border-color: #0043BC; }
span { border-color: rgb(0,67,188); }
td.TdClassName
{
border-color: #0043BC;
}
.TagClassName
{
border-color: #0043BC;
}
</style>