Shades of Denim #0E57BB
Tints of Denim #0E57BB
RGB
CMYK
RGB Variations
Color information
#0E57BB (or 0x0E57BB) is known color: Denim. HEX triplet: 0E, 57 and BB. RGB value is (14,87,187). Sum of RGB (Red+Green+Blue) = 14+87+187=288 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.86% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 187 (73.44% from 255 or 64.93% from 288); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E57BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E57BB is #F1A844. Grayscale: #4C4C4C. Windows color (decimal): -15837253 or 12277518. OLE color: 12277518.
HSL color Cylindrical-coordinate representation of color #0E57BB: hue angle of 214.68º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E57BB is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 87 | 187 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.27 |
| HSL | 214.68º | 0.86% | 0.39% | - |
| HSV(B) | 214.68º | 0.93% | 0.73% | - |
| XYZ | 12.56 | 10.5 | 48.38 | - |
| YUV | 76.57 | 190.32 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 87 | 187 | 0.93 | 0.53 | 0 | 0.27 | 214.68 | 0.86 | 0.39 |
| Hex | E | 57 | BB | 5D | 35 | 0 | 1B | D7 | 56 | 27 |
| Octal | 16 | 127 | 273 | 135 | 65 | 0 | 33 | 327 | 126 | 47 |
| Binary | 1110 | 1010111 | 10111011 | 1011101 | 110101 | 0 | 11011 | 11010111 | 1010110 | 100111 |
Color Harmonies of #0E57BB
Complementary color
Monochromatic Colors of #0E57BB
Black with #0E57BB
Text Example
Text Example
White with #0E57BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E57BB; }
p { color: rgb(14,87,187); }
H1.HeaderClassName
{
color: #0E57BB;
}
.AnyTagClassName
{
color: #0E57BB;
}
</style>
background-color css
<style>
a { background-color: #0E57BB; }
a { background-color: rgb(14,87,187); }
div.DivClassName
{
background-color: #0E57BB;
}
.BgClassName
{
background-color: #0E57BB;
}
</style>
border-color css
<style>
span { border-color: #0E57BB; }
span { border-color: rgb(14,87,187); }
td.TdClassName
{
border-color: #0E57BB;
}
.TagClassName
{
border-color: #0E57BB;
}
</style>