Shades of Cobalt #0042BC
Tints of Cobalt #0042BC
RGB
CMYK
RGB Variations
Color information
#0042BC (or 0x0042BC) is known color: Cobalt. HEX triplet: 00, 42 and BC. RGB value is (0,66,188). Sum of RGB (Red+Green+Blue) = 0+66+188=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 188 (73.83% from 255 or 74.02% from 254); Max value from RGB is 188 - color contains mainly: blue. Hex color #0042BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0042BC is #FFBD43. Grayscale: #3B3B3B. Windows color (decimal): -16760132 or 12337664. OLE color: 12337664.
HSL color Cylindrical-coordinate representation of color #0042BC: hue angle of 218.94º 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 #0042BC is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 66 | 188 | - |
| CMYK | 1 | 0.65 | 0 | 0.26 |
| HSL | 218.94º | 1% | 0.37% | - |
| HSV(B) | 218.94º | 1% | 0.74% | - |
| XYZ | 11.03 | 7.53 | 48.45 | - |
| YUV | 60.17 | 200.13 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 66 | 188 | 1 | 0.65 | 0 | 0.26 | 218.94 | 1 | 0.37 |
| Hex | 0 | 42 | BC | 64 | 41 | 0 | 1A | DB | 64 | 25 |
| Octal | 0 | 102 | 274 | 144 | 101 | 0 | 32 | 333 | 144 | 45 |
| Binary | 0 | 1000010 | 10111100 | 1100100 | 1000001 | 0 | 11010 | 11011011 | 1100100 | 100101 |
Color Harmonies of #0042BC
Complementary color
Monochromatic Colors of #0042BC
Black with #0042BC
Text Example
Text Example
White with #0042BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0042BC; }
p { color: rgb(0,66,188); }
H1.HeaderClassName
{
color: #0042BC;
}
.AnyTagClassName
{
color: #0042BC;
}
</style>
background-color css
<style>
a { background-color: #0042BC; }
a { background-color: rgb(0,66,188); }
div.DivClassName
{
background-color: #0042BC;
}
.BgClassName
{
background-color: #0042BC;
}
</style>
border-color css
<style>
span { border-color: #0042BC; }
span { border-color: rgb(0,66,188); }
td.TdClassName
{
border-color: #0042BC;
}
.TagClassName
{
border-color: #0042BC;
}
</style>