Shades of Cobalt #0043C7
Tints of Cobalt #0043C7
RGB
CMYK
RGB Variations
Color information
#0043C7 (or 0x0043C7) is known color: Cobalt. HEX triplet: 00, 43 and C7. RGB value is (0,67,199). Sum of RGB (Red+Green+Blue) = 0+67+199=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 199 (78.12% from 255 or 74.81% from 266); Max value from RGB is 199 - color contains mainly: blue. Hex color #0043C7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0043C7 is #FFBC38. Grayscale: #3D3D3D. Windows color (decimal): -16759865 or 13058816. OLE color: 13058816.
HSL color Cylindrical-coordinate representation of color #0043C7: hue angle of 219.8º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0043C7 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 67 | 199 | - |
| CMYK | 1 | 0.66 | 0 | 0.22 |
| HSL | 219.8º | 1% | 0.39% | - |
| HSV(B) | 219.8º | 1% | 0.78% | - |
| XYZ | 12.32 | 8.14 | 54.95 | - |
| YUV | 62.02 | 205.3 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 199 | 1 | 0.66 | 0 | 0.22 | 219.8 | 1 | 0.39 |
| Hex | 0 | 43 | C7 | 64 | 42 | 0 | 16 | DC | 64 | 27 |
| Octal | 0 | 103 | 307 | 144 | 102 | 0 | 26 | 334 | 144 | 47 |
| Binary | 0 | 1000011 | 11000111 | 1100100 | 1000010 | 0 | 10110 | 11011100 | 1100100 | 100111 |
Color Harmonies of #0043C7
Complementary color
Monochromatic Colors of #0043C7
Black with #0043C7
Text Example
Text Example
White with #0043C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0043C7; }
p { color: rgb(0,67,199); }
H1.HeaderClassName
{
color: #0043C7;
}
.AnyTagClassName
{
color: #0043C7;
}
</style>
background-color css
<style>
a { background-color: #0043C7; }
a { background-color: rgb(0,67,199); }
div.DivClassName
{
background-color: #0043C7;
}
.BgClassName
{
background-color: #0043C7;
}
</style>
border-color css
<style>
span { border-color: #0043C7; }
span { border-color: rgb(0,67,199); }
td.TdClassName
{
border-color: #0043C7;
}
.TagClassName
{
border-color: #0043C7;
}
</style>