Shades of Denim #0E58AF
Tints of Denim #0E58AF
RGB
CMYK
RGB Variations
Color information
#0E58AF (or 0x0E58AF) is known color: Denim. HEX triplet: 0E, 58 and AF. RGB value is (14,88,175). Sum of RGB (Red+Green+Blue) = 14+88+175=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 175 (68.75% from 255 or 63.18% from 277); Max value from RGB is 175 - color contains mainly: blue. Hex color #0E58AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E58AF is #F1A750. Grayscale: #4B4B4B. Windows color (decimal): -15837009 or 11491342. OLE color: 11491342.
HSL color Cylindrical-coordinate representation of color #0E58AF: hue angle of 212.42º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E58AF is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 88 | 175 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.31 |
| HSL | 212.42º | 0.85% | 0.37% | - |
| HSV(B) | 212.42º | 0.92% | 0.69% | - |
| XYZ | 11.41 | 10.17 | 41.92 | - |
| YUV | 75.79 | 183.98 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 88 | 175 | 0.92 | 0.50 | 0 | 0.31 | 212.42 | 0.85 | 0.37 |
| Hex | E | 58 | AF | 5C | 32 | 0 | 1F | D4 | 55 | 25 |
| Octal | 16 | 130 | 257 | 134 | 62 | 0 | 37 | 324 | 125 | 45 |
| Binary | 1110 | 1011000 | 10101111 | 1011100 | 110010 | 0 | 11111 | 11010100 | 1010101 | 100101 |
Color Harmonies of #0E58AF
Complementary color
Monochromatic Colors of #0E58AF
Black with #0E58AF
Text Example
Text Example
White with #0E58AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E58AF; }
p { color: rgb(14,88,175); }
H1.HeaderClassName
{
color: #0E58AF;
}
.AnyTagClassName
{
color: #0E58AF;
}
</style>
background-color css
<style>
a { background-color: #0E58AF; }
a { background-color: rgb(14,88,175); }
div.DivClassName
{
background-color: #0E58AF;
}
.BgClassName
{
background-color: #0E58AF;
}
</style>
border-color css
<style>
span { border-color: #0E58AF; }
span { border-color: rgb(14,88,175); }
td.TdClassName
{
border-color: #0E58AF;
}
.TagClassName
{
border-color: #0E58AF;
}
</style>