Shades of Cobalt #0B43BC
Tints of Cobalt #0B43BC
RGB
CMYK
RGB Variations
Color information
#0B43BC (or 0x0B43BC) is known color: Cobalt. HEX triplet: 0B, 43 and BC. RGB value is (11,67,188). Sum of RGB (Red+Green+Blue) = 11+67+188=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 67 (26.56% from 255 or 25.19% 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 #0B43BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B43BC is #F4BC43. Grayscale: #3F3F3F. Windows color (decimal): -16038980 or 12337931. OLE color: 12337931.
HSL color Cylindrical-coordinate representation of color #0B43BC: hue angle of 221.02º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B43BC is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 67 | 188 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.26 |
| HSL | 221.02º | 0.89% | 0.39% | - |
| HSV(B) | 221.02º | 0.94% | 0.74% | - |
| XYZ | 11.22 | 7.72 | 48.47 | - |
| YUV | 64.05 | 197.95 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 67 | 188 | 0.94 | 0.64 | 0 | 0.26 | 221.02 | 0.89 | 0.39 |
| Hex | B | 43 | BC | 5E | 40 | 0 | 1A | DD | 59 | 27 |
| Octal | 13 | 103 | 274 | 136 | 100 | 0 | 32 | 335 | 131 | 47 |
| Binary | 1011 | 1000011 | 10111100 | 1011110 | 1000000 | 0 | 11010 | 11011101 | 1011001 | 100111 |
Color Harmonies of #0B43BC
Complementary color
Monochromatic Colors of #0B43BC
Black with #0B43BC
Text Example
Text Example
White with #0B43BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B43BC; }
p { color: rgb(11,67,188); }
H1.HeaderClassName
{
color: #0B43BC;
}
.AnyTagClassName
{
color: #0B43BC;
}
</style>
background-color css
<style>
a { background-color: #0B43BC; }
a { background-color: rgb(11,67,188); }
div.DivClassName
{
background-color: #0B43BC;
}
.BgClassName
{
background-color: #0B43BC;
}
</style>
border-color css
<style>
span { border-color: #0B43BC; }
span { border-color: rgb(11,67,188); }
td.TdClassName
{
border-color: #0B43BC;
}
.TagClassName
{
border-color: #0B43BC;
}
</style>