Shades of Cobalt #0043BE
Tints of Cobalt #0043BE
RGB
CMYK
RGB Variations
Color information
#0043BE (or 0x0043BE) is known color: Cobalt. HEX triplet: 00, 43 and BE. RGB value is (0,67,190). Sum of RGB (Red+Green+Blue) = 0+67+190=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 190 (74.61% from 255 or 73.93% from 257); Max value from RGB is 190 - color contains mainly: blue. Hex color #0043BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0043BE is #FFBC41. Grayscale: #3C3C3C. Windows color (decimal): -16759874 or 12468992. OLE color: 12468992.
HSL color Cylindrical-coordinate representation of color #0043BE: hue angle of 218.84º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0043BE is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 67 | 190 | - |
| CMYK | 1 | 0.65 | 0 | 0.25 |
| HSL | 218.84º | 1% | 0.37% | - |
| HSV(B) | 218.84º | 1% | 0.75% | - |
| XYZ | 11.3 | 7.73 | 49.61 | - |
| YUV | 60.99 | 200.8 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 190 | 1 | 0.65 | 0 | 0.25 | 218.84 | 1 | 0.37 |
| Hex | 0 | 43 | BE | 64 | 41 | 0 | 19 | DB | 64 | 25 |
| Octal | 0 | 103 | 276 | 144 | 101 | 0 | 31 | 333 | 144 | 45 |
| Binary | 0 | 1000011 | 10111110 | 1100100 | 1000001 | 0 | 11001 | 11011011 | 1100100 | 100101 |
Color Harmonies of #0043BE
Complementary color
Monochromatic Colors of #0043BE
Black with #0043BE
Text Example
Text Example
White with #0043BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0043BE; }
p { color: rgb(0,67,190); }
H1.HeaderClassName
{
color: #0043BE;
}
.AnyTagClassName
{
color: #0043BE;
}
</style>
background-color css
<style>
a { background-color: #0043BE; }
a { background-color: rgb(0,67,190); }
div.DivClassName
{
background-color: #0043BE;
}
.BgClassName
{
background-color: #0043BE;
}
</style>
border-color css
<style>
span { border-color: #0043BE; }
span { border-color: rgb(0,67,190); }
td.TdClassName
{
border-color: #0043BE;
}
.TagClassName
{
border-color: #0043BE;
}
</style>