Shades of Denim #0E5FA4
Tints of Denim #0E5FA4
RGB
CMYK
RGB Variations
Color information
#0E5FA4 (or 0x0E5FA4) is known color: Denim. HEX triplet: 0E, 5F and A4. RGB value is (14,95,164). Sum of RGB (Red+Green+Blue) = 14+95+164=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 164 (64.45% from 255 or 60.07% from 273); Max value from RGB is 164 - color contains mainly: blue. Hex color #0E5FA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5FA4 is #F1A05B. Grayscale: #4E4E4E. Windows color (decimal): -15835228 or 10772238. OLE color: 10772238.
HSL color Cylindrical-coordinate representation of color #0E5FA4: hue angle of 207.6º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E5FA4 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 95 | 164 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.36 |
| HSL | 207.6º | 0.84% | 0.35% | - |
| HSV(B) | 207.6º | 0.91% | 0.64% | - |
| XYZ | 10.97 | 10.96 | 36.66 | - |
| YUV | 78.65 | 176.16 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 95 | 164 | 0.91 | 0.42 | 0 | 0.36 | 207.6 | 0.84 | 0.35 |
| Hex | E | 5F | A4 | 5B | 2A | 0 | 24 | D0 | 54 | 23 |
| Octal | 16 | 137 | 244 | 133 | 52 | 0 | 44 | 320 | 124 | 43 |
| Binary | 1110 | 1011111 | 10100100 | 1011011 | 101010 | 0 | 100100 | 11010000 | 1010100 | 100011 |
Color Harmonies of #0E5FA4
Complementary color
Monochromatic Colors of #0E5FA4
Black with #0E5FA4
Text Example
Text Example
White with #0E5FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5FA4; }
p { color: rgb(14,95,164); }
H1.HeaderClassName
{
color: #0E5FA4;
}
.AnyTagClassName
{
color: #0E5FA4;
}
</style>
background-color css
<style>
a { background-color: #0E5FA4; }
a { background-color: rgb(14,95,164); }
div.DivClassName
{
background-color: #0E5FA4;
}
.BgClassName
{
background-color: #0E5FA4;
}
</style>
border-color css
<style>
span { border-color: #0E5FA4; }
span { border-color: rgb(14,95,164); }
td.TdClassName
{
border-color: #0E5FA4;
}
.TagClassName
{
border-color: #0E5FA4;
}
</style>