Shades of Denim #0E54B7
Tints of Denim #0E54B7
RGB
CMYK
RGB Variations
Color information
#0E54B7 (or 0x0E54B7) is known color: Denim. HEX triplet: 0E, 54 and B7. RGB value is (14,84,183). Sum of RGB (Red+Green+Blue) = 14+84+183=281 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.98% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 183 (71.88% from 255 or 65.12% from 281); Max value from RGB is 183 - color contains mainly: blue. Hex color #0E54B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E54B7 is #F1AB48. Grayscale: #494949. Windows color (decimal): -15838025 or 12014606. OLE color: 12014606.
HSL color Cylindrical-coordinate representation of color #0E54B7: hue angle of 215.15º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E54B7 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 14 | 84 | 183 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.28 |
| HSL | 215.15º | 0.86% | 0.39% | - |
| HSV(B) | 215.15º | 0.92% | 0.72% | - |
| XYZ | 11.9 | 9.85 | 46.07 | - |
| YUV | 74.36 | 189.31 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 84 | 183 | 0.92 | 0.54 | 0 | 0.28 | 215.15 | 0.86 | 0.39 |
| Hex | E | 54 | B7 | 5C | 36 | 0 | 1C | D7 | 56 | 27 |
| Octal | 16 | 124 | 267 | 134 | 66 | 0 | 34 | 327 | 126 | 47 |
| Binary | 1110 | 1010100 | 10110111 | 1011100 | 110110 | 0 | 11100 | 11010111 | 1010110 | 100111 |
Color Harmonies of #0E54B7
Complementary color
Monochromatic Colors of #0E54B7
Black with #0E54B7
Text Example
Text Example
White with #0E54B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E54B7; }
p { color: rgb(14,84,183); }
H1.HeaderClassName
{
color: #0E54B7;
}
.AnyTagClassName
{
color: #0E54B7;
}
</style>
background-color css
<style>
a { background-color: #0E54B7; }
a { background-color: rgb(14,84,183); }
div.DivClassName
{
background-color: #0E54B7;
}
.BgClassName
{
background-color: #0E54B7;
}
</style>
border-color css
<style>
span { border-color: #0E54B7; }
span { border-color: rgb(14,84,183); }
td.TdClassName
{
border-color: #0E54B7;
}
.TagClassName
{
border-color: #0E54B7;
}
</style>