Shades of Cobalt #0E4FB0
Tints of Cobalt #0E4FB0
RGB
CMYK
RGB Variations
Color information
#0E4FB0 (or 0x0E4FB0) is known color: Cobalt. HEX triplet: 0E, 4F and B0. RGB value is (14,79,176). Sum of RGB (Red+Green+Blue) = 14+79+176=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 176 (69.14% from 255 or 65.43% from 269); Max value from RGB is 176 - color contains mainly: blue. Hex color #0E4FB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E4FB0 is #F1B04F. Grayscale: #464646. Windows color (decimal): -15839312 or 11554574. OLE color: 11554574.
HSL color Cylindrical-coordinate representation of color #0E4FB0: hue angle of 215.93º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E4FB0 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 79 | 176 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.31 |
| HSL | 215.93º | 0.85% | 0.37% | - |
| HSV(B) | 215.93º | 0.92% | 0.69% | - |
| XYZ | 10.81 | 8.82 | 42.21 | - |
| YUV | 70.62 | 187.47 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 79 | 176 | 0.92 | 0.55 | 0 | 0.31 | 215.93 | 0.85 | 0.37 |
| Hex | E | 4F | B0 | 5C | 37 | 0 | 1F | D8 | 55 | 25 |
| Octal | 16 | 117 | 260 | 134 | 67 | 0 | 37 | 330 | 125 | 45 |
| Binary | 1110 | 1001111 | 10110000 | 1011100 | 110111 | 0 | 11111 | 11011000 | 1010101 | 100101 |
Color Harmonies of #0E4FB0
Complementary color
Monochromatic Colors of #0E4FB0
Black with #0E4FB0
Text Example
Text Example
White with #0E4FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4FB0; }
p { color: rgb(14,79,176); }
H1.HeaderClassName
{
color: #0E4FB0;
}
.AnyTagClassName
{
color: #0E4FB0;
}
</style>
background-color css
<style>
a { background-color: #0E4FB0; }
a { background-color: rgb(14,79,176); }
div.DivClassName
{
background-color: #0E4FB0;
}
.BgClassName
{
background-color: #0E4FB0;
}
</style>
border-color css
<style>
span { border-color: #0E4FB0; }
span { border-color: rgb(14,79,176); }
td.TdClassName
{
border-color: #0E4FB0;
}
.TagClassName
{
border-color: #0E4FB0;
}
</style>