Shades of Denim #0E58CF
Tints of Denim #0E58CF
RGB
CMYK
RGB Variations
Color information
#0E58CF (or 0x0E58CF) is known color: Denim. HEX triplet: 0E, 58 and CF. RGB value is (14,88,207). Sum of RGB (Red+Green+Blue) = 14+88+207=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #0E58CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E58CF is #F1A730. Grayscale: #4E4E4E. Windows color (decimal): -15836977 or 13588494. OLE color: 13588494.
HSL color Cylindrical-coordinate representation of color #0E58CF: hue angle of 216.99º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E58CF is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 14 | 88 | 207 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.19 |
| HSL | 216.99º | 0.87% | 0.43% | - |
| HSV(B) | 216.99º | 0.93% | 0.81% | - |
| XYZ | 14.93 | 11.58 | 60.48 | - |
| YUV | 79.44 | 199.98 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 88 | 207 | 0.93 | 0.57 | 0 | 0.19 | 216.99 | 0.87 | 0.43 |
| Hex | E | 58 | CF | 5D | 39 | 0 | 13 | D9 | 57 | 2B |
| Octal | 16 | 130 | 317 | 135 | 71 | 0 | 23 | 331 | 127 | 53 |
| Binary | 1110 | 1011000 | 11001111 | 1011101 | 111001 | 0 | 10011 | 11011001 | 1010111 | 101011 |
Color Harmonies of #0E58CF
Complementary color
Monochromatic Colors of #0E58CF
Black with #0E58CF
Text Example
Text Example
White with #0E58CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E58CF; }
p { color: rgb(14,88,207); }
H1.HeaderClassName
{
color: #0E58CF;
}
.AnyTagClassName
{
color: #0E58CF;
}
</style>
background-color css
<style>
a { background-color: #0E58CF; }
a { background-color: rgb(14,88,207); }
div.DivClassName
{
background-color: #0E58CF;
}
.BgClassName
{
background-color: #0E58CF;
}
</style>
border-color css
<style>
span { border-color: #0E58CF; }
span { border-color: rgb(14,88,207); }
td.TdClassName
{
border-color: #0E58CF;
}
.TagClassName
{
border-color: #0E58CF;
}
</style>