Shades of Cobalt #0747BC
Tints of Cobalt #0747BC
RGB
CMYK
RGB Variations
Color information
#0747BC (or 0x0747BC) is known color: Cobalt. HEX triplet: 07, 47 and BC. RGB value is (7,71,188). Sum of RGB (Red+Green+Blue) = 7+71+188=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #0747BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0747BC is #F8B843. Grayscale: #404040. Windows color (decimal): -16300100 or 12338951. OLE color: 12338951.
HSL color Cylindrical-coordinate representation of color #0747BC: hue angle of 218.78º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0747BC is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 71 | 188 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.26 |
| HSL | 218.78º | 0.93% | 0.38% | - |
| HSV(B) | 218.78º | 0.96% | 0.74% | - |
| XYZ | 11.42 | 8.18 | 48.55 | - |
| YUV | 65.2 | 197.3 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 71 | 188 | 0.96 | 0.62 | 0 | 0.26 | 218.78 | 0.93 | 0.38 |
| Hex | 7 | 47 | BC | 60 | 3E | 0 | 1A | DB | 5D | 26 |
| Octal | 7 | 107 | 274 | 140 | 76 | 0 | 32 | 333 | 135 | 46 |
| Binary | 111 | 1000111 | 10111100 | 1100000 | 111110 | 0 | 11010 | 11011011 | 1011101 | 100110 |
Color Harmonies of #0747BC
Complementary color
Monochromatic Colors of #0747BC
Black with #0747BC
Text Example
Text Example
White with #0747BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0747BC; }
p { color: rgb(7,71,188); }
H1.HeaderClassName
{
color: #0747BC;
}
.AnyTagClassName
{
color: #0747BC;
}
</style>
background-color css
<style>
a { background-color: #0747BC; }
a { background-color: rgb(7,71,188); }
div.DivClassName
{
background-color: #0747BC;
}
.BgClassName
{
background-color: #0747BC;
}
</style>
border-color css
<style>
span { border-color: #0747BC; }
span { border-color: rgb(7,71,188); }
td.TdClassName
{
border-color: #0747BC;
}
.TagClassName
{
border-color: #0747BC;
}
</style>