Shades of Cobalt #0E4BBC
Tints of Cobalt #0E4BBC
RGB
CMYK
RGB Variations
Color information
#0E4BBC (or 0x0E4BBC) is known color: Cobalt. HEX triplet: 0E, 4B and BC. RGB value is (14,75,188). Sum of RGB (Red+Green+Blue) = 14+75+188=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #0E4BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E4BBC is #F1B443. Grayscale: #454545. Windows color (decimal): -15840324 or 12339982. OLE color: 12339982.
HSL color Cylindrical-coordinate representation of color #0E4BBC: hue angle of 218.97º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E4BBC is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 75 | 188 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.26 |
| HSL | 218.97º | 0.86% | 0.4% | - |
| HSV(B) | 218.97º | 0.93% | 0.74% | - |
| XYZ | 11.77 | 8.76 | 48.65 | - |
| YUV | 69.64 | 194.79 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 75 | 188 | 0.93 | 0.60 | 0 | 0.26 | 218.97 | 0.86 | 0.4 |
| Hex | E | 4B | BC | 5D | 3C | 0 | 1A | DB | 56 | 28 |
| Octal | 16 | 113 | 274 | 135 | 74 | 0 | 32 | 333 | 126 | 50 |
| Binary | 1110 | 1001011 | 10111100 | 1011101 | 111100 | 0 | 11010 | 11011011 | 1010110 | 101000 |
Color Harmonies of #0E4BBC
Complementary color
Monochromatic Colors of #0E4BBC
Black with #0E4BBC
Text Example
Text Example
White with #0E4BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4BBC; }
p { color: rgb(14,75,188); }
H1.HeaderClassName
{
color: #0E4BBC;
}
.AnyTagClassName
{
color: #0E4BBC;
}
</style>
background-color css
<style>
a { background-color: #0E4BBC; }
a { background-color: rgb(14,75,188); }
div.DivClassName
{
background-color: #0E4BBC;
}
.BgClassName
{
background-color: #0E4BBC;
}
</style>
border-color css
<style>
span { border-color: #0E4BBC; }
span { border-color: rgb(14,75,188); }
td.TdClassName
{
border-color: #0E4BBC;
}
.TagClassName
{
border-color: #0E4BBC;
}
</style>