Shades of Cobalt #0E4BAB
Tints of Cobalt #0E4BAB
RGB
CMYK
RGB Variations
Color information
#0E4BAB (or 0x0E4BAB) is known color: Cobalt. HEX triplet: 0E, 4B and AB. RGB value is (14,75,171). Sum of RGB (Red+Green+Blue) = 14+75+171=260 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.38% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E4BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E4BAB is #F1B454. Grayscale: #434343. Windows color (decimal): -15840341 or 11225870. OLE color: 11225870.
HSL color Cylindrical-coordinate representation of color #0E4BAB: hue angle of 216.69º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E4BAB is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 75 | 171 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.33 |
| HSL | 216.69º | 0.85% | 0.36% | - |
| HSV(B) | 216.69º | 0.92% | 0.67% | - |
| XYZ | 10.05 | 8.07 | 39.56 | - |
| YUV | 67.71 | 186.29 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 75 | 171 | 0.92 | 0.56 | 0 | 0.33 | 216.69 | 0.85 | 0.36 |
| Hex | E | 4B | AB | 5C | 38 | 0 | 21 | D9 | 55 | 24 |
| Octal | 16 | 113 | 253 | 134 | 70 | 0 | 41 | 331 | 125 | 44 |
| Binary | 1110 | 1001011 | 10101011 | 1011100 | 111000 | 0 | 100001 | 11011001 | 1010101 | 100100 |
Color Harmonies of #0E4BAB
Complementary color
Monochromatic Colors of #0E4BAB
Black with #0E4BAB
Text Example
Text Example
White with #0E4BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4BAB; }
p { color: rgb(14,75,171); }
H1.HeaderClassName
{
color: #0E4BAB;
}
.AnyTagClassName
{
color: #0E4BAB;
}
</style>
background-color css
<style>
a { background-color: #0E4BAB; }
a { background-color: rgb(14,75,171); }
div.DivClassName
{
background-color: #0E4BAB;
}
.BgClassName
{
background-color: #0E4BAB;
}
</style>
border-color css
<style>
span { border-color: #0E4BAB; }
span { border-color: rgb(14,75,171); }
td.TdClassName
{
border-color: #0E4BAB;
}
.TagClassName
{
border-color: #0E4BAB;
}
</style>