Shades of Cobalt #0043C3
Tints of Cobalt #0043C3
RGB
CMYK
RGB Variations
Color information
#0043C3 (or 0x0043C3) is known color: Cobalt. HEX triplet: 00, 43 and C3. RGB value is (0,67,195). Sum of RGB (Red+Green+Blue) = 0+67+195=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 195 (76.56% from 255 or 74.43% from 262); Max value from RGB is 195 - color contains mainly: blue. Hex color #0043C3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0043C3 is #FFBC3C. Grayscale: #3C3C3C. Windows color (decimal): -16759869 or 12796672. OLE color: 12796672.
HSL color Cylindrical-coordinate representation of color #0043C3: hue angle of 219.38º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0043C3 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 67 | 195 | - |
| CMYK | 1 | 0.66 | 0 | 0.24 |
| HSL | 219.38º | 1% | 0.38% | - |
| HSV(B) | 219.38º | 1% | 0.76% | - |
| XYZ | 11.86 | 7.95 | 52.54 | - |
| YUV | 61.56 | 203.3 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 195 | 1 | 0.66 | 0 | 0.24 | 219.38 | 1 | 0.38 |
| Hex | 0 | 43 | C3 | 64 | 42 | 0 | 18 | DB | 64 | 26 |
| Octal | 0 | 103 | 303 | 144 | 102 | 0 | 30 | 333 | 144 | 46 |
| Binary | 0 | 1000011 | 11000011 | 1100100 | 1000010 | 0 | 11000 | 11011011 | 1100100 | 100110 |
Color Harmonies of #0043C3
Complementary color
Monochromatic Colors of #0043C3
Black with #0043C3
Text Example
Text Example
White with #0043C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0043C3; }
p { color: rgb(0,67,195); }
H1.HeaderClassName
{
color: #0043C3;
}
.AnyTagClassName
{
color: #0043C3;
}
</style>
background-color css
<style>
a { background-color: #0043C3; }
a { background-color: rgb(0,67,195); }
div.DivClassName
{
background-color: #0043C3;
}
.BgClassName
{
background-color: #0043C3;
}
</style>
border-color css
<style>
span { border-color: #0043C3; }
span { border-color: rgb(0,67,195); }
td.TdClassName
{
border-color: #0043C3;
}
.TagClassName
{
border-color: #0043C3;
}
</style>