Shades of Denim #0E68AB
Tints of Denim #0E68AB
RGB
CMYK
RGB Variations
Color information
#0E68AB (or 0x0E68AB) is known color: Denim. HEX triplet: 0E, 68 and AB. RGB value is (14,104,171). Sum of RGB (Red+Green+Blue) = 14+104+171=289 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.84% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E68AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E68AB is #F19754. Grayscale: #545454. Windows color (decimal): -15832917 or 11233294. OLE color: 11233294.
HSL color Cylindrical-coordinate representation of color #0E68AB: hue angle of 205.61º 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 #0E68AB is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 104 | 171 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.33 |
| HSL | 205.61º | 0.85% | 0.36% | - |
| HSV(B) | 205.61º | 0.92% | 0.67% | - |
| XYZ | 12.48 | 12.93 | 40.37 | - |
| YUV | 84.73 | 176.68 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 104 | 171 | 0.92 | 0.39 | 0 | 0.33 | 205.61 | 0.85 | 0.36 |
| Hex | E | 68 | AB | 5C | 27 | 0 | 21 | CE | 55 | 24 |
| Octal | 16 | 150 | 253 | 134 | 47 | 0 | 41 | 316 | 125 | 44 |
| Binary | 1110 | 1101000 | 10101011 | 1011100 | 100111 | 0 | 100001 | 11001110 | 1010101 | 100100 |
Color Harmonies of #0E68AB
Complementary color
Monochromatic Colors of #0E68AB
Black with #0E68AB
Text Example
Text Example
White with #0E68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E68AB; }
p { color: rgb(14,104,171); }
H1.HeaderClassName
{
color: #0E68AB;
}
.AnyTagClassName
{
color: #0E68AB;
}
</style>
background-color css
<style>
a { background-color: #0E68AB; }
a { background-color: rgb(14,104,171); }
div.DivClassName
{
background-color: #0E68AB;
}
.BgClassName
{
background-color: #0E68AB;
}
</style>
border-color css
<style>
span { border-color: #0E68AB; }
span { border-color: rgb(14,104,171); }
td.TdClassName
{
border-color: #0E68AB;
}
.TagClassName
{
border-color: #0E68AB;
}
</style>