Shades of Denim #0E58AC
Tints of Denim #0E58AC
RGB
CMYK
RGB Variations
Color information
#0E58AC (or 0x0E58AC) is known color: Denim. HEX triplet: 0E, 58 and AC. RGB value is (14,88,172). Sum of RGB (Red+Green+Blue) = 14+88+172=274 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.11% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E58AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E58AC is #F1A753. Grayscale: #4B4B4B. Windows color (decimal): -15837012 or 11294734. OLE color: 11294734.
HSL color Cylindrical-coordinate representation of color #0E58AC: hue angle of 211.9º 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 #0E58AC is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 88 | 172 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.33 |
| HSL | 211.9º | 0.85% | 0.36% | - |
| HSV(B) | 211.9º | 0.92% | 0.67% | - |
| XYZ | 11.12 | 10.05 | 40.38 | - |
| YUV | 75.45 | 182.48 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 88 | 172 | 0.92 | 0.49 | 0 | 0.33 | 211.9 | 0.85 | 0.36 |
| Hex | E | 58 | AC | 5C | 31 | 0 | 21 | D4 | 55 | 24 |
| Octal | 16 | 130 | 254 | 134 | 61 | 0 | 41 | 324 | 125 | 44 |
| Binary | 1110 | 1011000 | 10101100 | 1011100 | 110001 | 0 | 100001 | 11010100 | 1010101 | 100100 |
Color Harmonies of #0E58AC
Complementary color
Monochromatic Colors of #0E58AC
Black with #0E58AC
Text Example
Text Example
White with #0E58AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E58AC; }
p { color: rgb(14,88,172); }
H1.HeaderClassName
{
color: #0E58AC;
}
.AnyTagClassName
{
color: #0E58AC;
}
</style>
background-color css
<style>
a { background-color: #0E58AC; }
a { background-color: rgb(14,88,172); }
div.DivClassName
{
background-color: #0E58AC;
}
.BgClassName
{
background-color: #0E58AC;
}
</style>
border-color css
<style>
span { border-color: #0E58AC; }
span { border-color: rgb(14,88,172); }
td.TdClassName
{
border-color: #0E58AC;
}
.TagClassName
{
border-color: #0E58AC;
}
</style>