Shades of Cobalt #0943BC
Tints of Cobalt #0943BC
RGB
CMYK
RGB Variations
Color information
#0943BC (or 0x0943BC) is known color: Cobalt. HEX triplet: 09, 43 and BC. RGB value is (9,67,188). Sum of RGB (Red+Green+Blue) = 9+67+188=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 188 (73.83% from 255 or 71.21% from 264); Max value from RGB is 188 - color contains mainly: blue. Hex color #0943BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0943BC is #F6BC43. Grayscale: #3E3E3E. Windows color (decimal): -16170052 or 12337929. OLE color: 12337929.
HSL color Cylindrical-coordinate representation of color #0943BC: hue angle of 220.56º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0943BC is Cyan = 0.95, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 67 | 188 | - |
| CMYK | 0.95 | 0.64 | 0 | 0.26 |
| HSL | 220.56º | 0.91% | 0.39% | - |
| HSV(B) | 220.56º | 0.95% | 0.74% | - |
| XYZ | 11.2 | 7.7 | 48.47 | - |
| YUV | 63.45 | 198.28 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 188 | 0.95 | 0.64 | 0 | 0.26 | 220.56 | 0.91 | 0.39 |
| Hex | 9 | 43 | BC | 5F | 40 | 0 | 1A | DD | 5B | 27 |
| Octal | 11 | 103 | 274 | 137 | 100 | 0 | 32 | 335 | 133 | 47 |
| Binary | 1001 | 1000011 | 10111100 | 1011111 | 1000000 | 0 | 11010 | 11011101 | 1011011 | 100111 |
Color Harmonies of #0943BC
Complementary color
Monochromatic Colors of #0943BC
Black with #0943BC
Text Example
Text Example
White with #0943BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0943BC; }
p { color: rgb(9,67,188); }
H1.HeaderClassName
{
color: #0943BC;
}
.AnyTagClassName
{
color: #0943BC;
}
</style>
background-color css
<style>
a { background-color: #0943BC; }
a { background-color: rgb(9,67,188); }
div.DivClassName
{
background-color: #0943BC;
}
.BgClassName
{
background-color: #0943BC;
}
</style>
border-color css
<style>
span { border-color: #0943BC; }
span { border-color: rgb(9,67,188); }
td.TdClassName
{
border-color: #0943BC;
}
.TagClassName
{
border-color: #0943BC;
}
</style>