Shades of Denim #0E58D0
Tints of Denim #0E58D0
RGB
CMYK
RGB Variations
Color information
#0E58D0 (or 0x0E58D0) is known color: Denim. HEX triplet: 0E, 58 and D0. RGB value is (14,88,208). Sum of RGB (Red+Green+Blue) = 14+88+208=310 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.52% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 208 (81.64% from 255 or 67.10% from 310); Max value from RGB is 208 - color contains mainly: blue. Hex color #0E58D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E58D0 is #F1A72F. Grayscale: #4F4F4F. Windows color (decimal): -15836976 or 13654030. OLE color: 13654030.
HSL color Cylindrical-coordinate representation of color #0E58D0: hue angle of 217.11º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E58D0 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 88 | 208 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.18 |
| HSL | 217.11º | 0.87% | 0.44% | - |
| HSV(B) | 217.11º | 0.93% | 0.82% | - |
| XYZ | 15.06 | 11.63 | 61.13 | - |
| YUV | 79.55 | 200.48 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 88 | 208 | 0.93 | 0.58 | 0 | 0.18 | 217.11 | 0.87 | 0.44 |
| Hex | E | 58 | D0 | 5D | 3A | 0 | 12 | D9 | 57 | 2C |
| Octal | 16 | 130 | 320 | 135 | 72 | 0 | 22 | 331 | 127 | 54 |
| Binary | 1110 | 1011000 | 11010000 | 1011101 | 111010 | 0 | 10010 | 11011001 | 1010111 | 101100 |
Color Harmonies of #0E58D0
Complementary color
Monochromatic Colors of #0E58D0
Black with #0E58D0
Text Example
Text Example
White with #0E58D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E58D0; }
p { color: rgb(14,88,208); }
H1.HeaderClassName
{
color: #0E58D0;
}
.AnyTagClassName
{
color: #0E58D0;
}
</style>
background-color css
<style>
a { background-color: #0E58D0; }
a { background-color: rgb(14,88,208); }
div.DivClassName
{
background-color: #0E58D0;
}
.BgClassName
{
background-color: #0E58D0;
}
</style>
border-color css
<style>
span { border-color: #0E58D0; }
span { border-color: rgb(14,88,208); }
td.TdClassName
{
border-color: #0E58D0;
}
.TagClassName
{
border-color: #0E58D0;
}
</style>