Shades of Denim #0E5FA7
Tints of Denim #0E5FA7
RGB
CMYK
RGB Variations
Color information
#0E5FA7 (or 0x0E5FA7) is known color: Denim. HEX triplet: 0E, 5F and A7. RGB value is (14,95,167). Sum of RGB (Red+Green+Blue) = 14+95+167=276 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.07% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 167 (65.62% from 255 or 60.51% from 276); Max value from RGB is 167 - color contains mainly: blue. Hex color #0E5FA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5FA7 is #F1A058. Grayscale: #4E4E4E. Windows color (decimal): -15835225 or 10968846. OLE color: 10968846.
HSL color Cylindrical-coordinate representation of color #0E5FA7: hue angle of 208.24º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E5FA7 is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 14 | 95 | 167 | - |
| CMYK | 0.92 | 0.43 | 0 | 0.35 |
| HSL | 208.24º | 0.85% | 0.35% | - |
| HSV(B) | 208.24º | 0.92% | 0.65% | - |
| XYZ | 11.25 | 11.07 | 38.1 | - |
| YUV | 78.99 | 177.66 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 95 | 167 | 0.92 | 0.43 | 0 | 0.35 | 208.24 | 0.85 | 0.35 |
| Hex | E | 5F | A7 | 5C | 2B | 0 | 23 | D0 | 55 | 23 |
| Octal | 16 | 137 | 247 | 134 | 53 | 0 | 43 | 320 | 125 | 43 |
| Binary | 1110 | 1011111 | 10100111 | 1011100 | 101011 | 0 | 100011 | 11010000 | 1010101 | 100011 |
Color Harmonies of #0E5FA7
Complementary color
Monochromatic Colors of #0E5FA7
Black with #0E5FA7
Text Example
Text Example
White with #0E5FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5FA7; }
p { color: rgb(14,95,167); }
H1.HeaderClassName
{
color: #0E5FA7;
}
.AnyTagClassName
{
color: #0E5FA7;
}
</style>
background-color css
<style>
a { background-color: #0E5FA7; }
a { background-color: rgb(14,95,167); }
div.DivClassName
{
background-color: #0E5FA7;
}
.BgClassName
{
background-color: #0E5FA7;
}
</style>
border-color css
<style>
span { border-color: #0E5FA7; }
span { border-color: rgb(14,95,167); }
td.TdClassName
{
border-color: #0E5FA7;
}
.TagClassName
{
border-color: #0E5FA7;
}
</style>