Shades of Denim #0E63AC
Tints of Denim #0E63AC
RGB
CMYK
RGB Variations
Color information
#0E63AC (or 0x0E63AC) is known color: Denim. HEX triplet: 0E, 63 and AC. RGB value is (14,99,172). Sum of RGB (Red+Green+Blue) = 14+99+172=285 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.91% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #0E63AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E63AC is #F19C53. Grayscale: #515151. Windows color (decimal): -15834196 or 11297550. OLE color: 11297550.
HSL color Cylindrical-coordinate representation of color #0E63AC: hue angle of 207.72º 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 #0E63AC is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 99 | 172 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.33 |
| HSL | 207.72º | 0.85% | 0.36% | - |
| HSV(B) | 207.72º | 0.92% | 0.67% | - |
| XYZ | 12.09 | 12 | 40.71 | - |
| YUV | 81.91 | 178.84 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 99 | 172 | 0.92 | 0.42 | 0 | 0.33 | 207.72 | 0.85 | 0.36 |
| Hex | E | 63 | AC | 5C | 2A | 0 | 21 | D0 | 55 | 24 |
| Octal | 16 | 143 | 254 | 134 | 52 | 0 | 41 | 320 | 125 | 44 |
| Binary | 1110 | 1100011 | 10101100 | 1011100 | 101010 | 0 | 100001 | 11010000 | 1010101 | 100100 |
Color Harmonies of #0E63AC
Complementary color
Monochromatic Colors of #0E63AC
Black with #0E63AC
Text Example
Text Example
White with #0E63AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E63AC; }
p { color: rgb(14,99,172); }
H1.HeaderClassName
{
color: #0E63AC;
}
.AnyTagClassName
{
color: #0E63AC;
}
</style>
background-color css
<style>
a { background-color: #0E63AC; }
a { background-color: rgb(14,99,172); }
div.DivClassName
{
background-color: #0E63AC;
}
.BgClassName
{
background-color: #0E63AC;
}
</style>
border-color css
<style>
span { border-color: #0E63AC; }
span { border-color: rgb(14,99,172); }
td.TdClassName
{
border-color: #0E63AC;
}
.TagClassName
{
border-color: #0E63AC;
}
</style>