Shades of Denim #0E64AC
Tints of Denim #0E64AC
RGB
CMYK
RGB Variations
Color information
#0E64AC (or 0x0E64AC) is known color: Denim. HEX triplet: 0E, 64 and AC. RGB value is (14,100,172). Sum of RGB (Red+Green+Blue) = 14+100+172=286 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.90% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E64AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E64AC is #F19B53. Grayscale: #525252. Windows color (decimal): -15833940 or 11297806. OLE color: 11297806.
HSL color Cylindrical-coordinate representation of color #0E64AC: hue angle of 207.34º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E64AC is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 100 | 172 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.33 |
| HSL | 207.34º | 0.85% | 0.36% | - |
| HSV(B) | 207.34º | 0.92% | 0.67% | - |
| XYZ | 12.18 | 12.19 | 40.74 | - |
| YUV | 82.49 | 178.51 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 100 | 172 | 0.92 | 0.42 | 0 | 0.33 | 207.34 | 0.85 | 0.36 |
| Hex | E | 64 | AC | 5C | 2A | 0 | 21 | CF | 55 | 24 |
| Octal | 16 | 144 | 254 | 134 | 52 | 0 | 41 | 317 | 125 | 44 |
| Binary | 1110 | 1100100 | 10101100 | 1011100 | 101010 | 0 | 100001 | 11001111 | 1010101 | 100100 |
Color Harmonies of #0E64AC
Complementary color
Monochromatic Colors of #0E64AC
Black with #0E64AC
Text Example
Text Example
White with #0E64AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E64AC; }
p { color: rgb(14,100,172); }
H1.HeaderClassName
{
color: #0E64AC;
}
.AnyTagClassName
{
color: #0E64AC;
}
</style>
background-color css
<style>
a { background-color: #0E64AC; }
a { background-color: rgb(14,100,172); }
div.DivClassName
{
background-color: #0E64AC;
}
.BgClassName
{
background-color: #0E64AC;
}
</style>
border-color css
<style>
span { border-color: #0E64AC; }
span { border-color: rgb(14,100,172); }
td.TdClassName
{
border-color: #0E64AC;
}
.TagClassName
{
border-color: #0E64AC;
}
</style>