Shades of Denim #0E5AB2
Tints of Denim #0E5AB2
RGB
CMYK
RGB Variations
Color information
#0E5AB2 (or 0x0E5AB2) is known color: Denim. HEX triplet: 0E, 5A and B2. RGB value is (14,90,178). Sum of RGB (Red+Green+Blue) = 14+90+178=282 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.96% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 178 (69.92% from 255 or 63.12% from 282); Max value from RGB is 178 - color contains mainly: blue. Hex color #0E5AB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5AB2 is #F1A54D. Grayscale: #4C4C4C. Windows color (decimal): -15836494 or 11688462. OLE color: 11688462.
HSL color Cylindrical-coordinate representation of color #0E5AB2: hue angle of 212.2º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E5AB2 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 14 | 90 | 178 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.30 |
| HSL | 212.2º | 0.85% | 0.38% | - |
| HSV(B) | 212.2º | 0.92% | 0.7% | - |
| XYZ | 11.87 | 10.62 | 43.54 | - |
| YUV | 77.31 | 184.82 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 90 | 178 | 0.92 | 0.49 | 0 | 0.30 | 212.2 | 0.85 | 0.38 |
| Hex | E | 5A | B2 | 5C | 31 | 0 | 1E | D4 | 55 | 26 |
| Octal | 16 | 132 | 262 | 134 | 61 | 0 | 36 | 324 | 125 | 46 |
| Binary | 1110 | 1011010 | 10110010 | 1011100 | 110001 | 0 | 11110 | 11010100 | 1010101 | 100110 |
Color Harmonies of #0E5AB2
Complementary color
Monochromatic Colors of #0E5AB2
Black with #0E5AB2
Text Example
Text Example
White with #0E5AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5AB2; }
p { color: rgb(14,90,178); }
H1.HeaderClassName
{
color: #0E5AB2;
}
.AnyTagClassName
{
color: #0E5AB2;
}
</style>
background-color css
<style>
a { background-color: #0E5AB2; }
a { background-color: rgb(14,90,178); }
div.DivClassName
{
background-color: #0E5AB2;
}
.BgClassName
{
background-color: #0E5AB2;
}
</style>
border-color css
<style>
span { border-color: #0E5AB2; }
span { border-color: rgb(14,90,178); }
td.TdClassName
{
border-color: #0E5AB2;
}
.TagClassName
{
border-color: #0E5AB2;
}
</style>