Shades of Denim #0E5FA0
Tints of Denim #0E5FA0
RGB
CMYK
RGB Variations
Color information
#0E5FA0 (or 0x0E5FA0) is known color: Denim. HEX triplet: 0E, 5F and A0. RGB value is (14,95,160). Sum of RGB (Red+Green+Blue) = 14+95+160=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 160 (62.89% from 255 or 59.48% from 269); Max value from RGB is 160 - color contains mainly: blue. Hex color #0E5FA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5FA0 is #F1A05F. Grayscale: #4D4D4D. Windows color (decimal): -15835232 or 10510094. OLE color: 10510094.
HSL color Cylindrical-coordinate representation of color #0E5FA0: hue angle of 206.71º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E5FA0 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 14 | 95 | 160 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.37 |
| HSL | 206.71º | 0.84% | 0.34% | - |
| HSV(B) | 206.71º | 0.91% | 0.63% | - |
| XYZ | 10.62 | 10.82 | 34.79 | - |
| YUV | 78.19 | 174.16 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 95 | 160 | 0.91 | 0.41 | 0 | 0.37 | 206.71 | 0.84 | 0.34 |
| Hex | E | 5F | A0 | 5B | 29 | 0 | 25 | CF | 54 | 22 |
| Octal | 16 | 137 | 240 | 133 | 51 | 0 | 45 | 317 | 124 | 42 |
| Binary | 1110 | 1011111 | 10100000 | 1011011 | 101001 | 0 | 100101 | 11001111 | 1010100 | 100010 |
Color Harmonies of #0E5FA0
Complementary color
Monochromatic Colors of #0E5FA0
Black with #0E5FA0
Text Example
Text Example
White with #0E5FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5FA0; }
p { color: rgb(14,95,160); }
H1.HeaderClassName
{
color: #0E5FA0;
}
.AnyTagClassName
{
color: #0E5FA0;
}
</style>
background-color css
<style>
a { background-color: #0E5FA0; }
a { background-color: rgb(14,95,160); }
div.DivClassName
{
background-color: #0E5FA0;
}
.BgClassName
{
background-color: #0E5FA0;
}
</style>
border-color css
<style>
span { border-color: #0E5FA0; }
span { border-color: rgb(14,95,160); }
td.TdClassName
{
border-color: #0E5FA0;
}
.TagClassName
{
border-color: #0E5FA0;
}
</style>