Shades of Denim #0E57B4
Tints of Denim #0E57B4
RGB
CMYK
RGB Variations
Color information
#0E57B4 (or 0x0E57B4) is known color: Denim. HEX triplet: 0E, 57 and B4. RGB value is (14,87,180). Sum of RGB (Red+Green+Blue) = 14+87+180=281 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.98% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 180 (70.70% from 255 or 64.06% from 281); Max value from RGB is 180 - color contains mainly: blue. Hex color #0E57B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E57B4 is #F1A84B. Grayscale: #4B4B4B. Windows color (decimal): -15837260 or 11818766. OLE color: 11818766.
HSL color Cylindrical-coordinate representation of color #0E57B4: hue angle of 213.61º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E57B4 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 14 | 87 | 180 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.29 |
| HSL | 213.61º | 0.86% | 0.38% | - |
| HSV(B) | 213.61º | 0.92% | 0.71% | - |
| XYZ | 11.83 | 10.21 | 44.53 | - |
| YUV | 75.78 | 186.82 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 87 | 180 | 0.92 | 0.52 | 0 | 0.29 | 213.61 | 0.86 | 0.38 |
| Hex | E | 57 | B4 | 5C | 34 | 0 | 1D | D6 | 56 | 26 |
| Octal | 16 | 127 | 264 | 134 | 64 | 0 | 35 | 326 | 126 | 46 |
| Binary | 1110 | 1010111 | 10110100 | 1011100 | 110100 | 0 | 11101 | 11010110 | 1010110 | 100110 |
Color Harmonies of #0E57B4
Complementary color
Monochromatic Colors of #0E57B4
Black with #0E57B4
Text Example
Text Example
White with #0E57B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E57B4; }
p { color: rgb(14,87,180); }
H1.HeaderClassName
{
color: #0E57B4;
}
.AnyTagClassName
{
color: #0E57B4;
}
</style>
background-color css
<style>
a { background-color: #0E57B4; }
a { background-color: rgb(14,87,180); }
div.DivClassName
{
background-color: #0E57B4;
}
.BgClassName
{
background-color: #0E57B4;
}
</style>
border-color css
<style>
span { border-color: #0E57B4; }
span { border-color: rgb(14,87,180); }
td.TdClassName
{
border-color: #0E57B4;
}
.TagClassName
{
border-color: #0E57B4;
}
</style>