Shades of Denim #0E5FBB
Tints of Denim #0E5FBB
RGB
CMYK
RGB Variations
Color information
#0E5FBB (or 0x0E5FBB) is known color: Denim. HEX triplet: 0E, 5F and BB. RGB value is (14,95,187). Sum of RGB (Red+Green+Blue) = 14+95+187=296 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.73% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E5FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E5FBB is #F1A044. Grayscale: #505050. Windows color (decimal): -15835205 or 12279566. OLE color: 12279566.
HSL color Cylindrical-coordinate representation of color #0E5FBB: hue angle of 211.91º 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 #0E5FBB is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 95 | 187 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.27 |
| HSL | 211.91º | 0.86% | 0.39% | - |
| HSV(B) | 211.91º | 0.93% | 0.73% | - |
| XYZ | 13.24 | 11.87 | 48.61 | - |
| YUV | 81.27 | 187.66 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 95 | 187 | 0.93 | 0.49 | 0 | 0.27 | 211.91 | 0.86 | 0.39 |
| Hex | E | 5F | BB | 5D | 31 | 0 | 1B | D4 | 56 | 27 |
| Octal | 16 | 137 | 273 | 135 | 61 | 0 | 33 | 324 | 126 | 47 |
| Binary | 1110 | 1011111 | 10111011 | 1011101 | 110001 | 0 | 11011 | 11010100 | 1010110 | 100111 |
Color Harmonies of #0E5FBB
Complementary color
Monochromatic Colors of #0E5FBB
Black with #0E5FBB
Text Example
Text Example
White with #0E5FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5FBB; }
p { color: rgb(14,95,187); }
H1.HeaderClassName
{
color: #0E5FBB;
}
.AnyTagClassName
{
color: #0E5FBB;
}
</style>
background-color css
<style>
a { background-color: #0E5FBB; }
a { background-color: rgb(14,95,187); }
div.DivClassName
{
background-color: #0E5FBB;
}
.BgClassName
{
background-color: #0E5FBB;
}
</style>
border-color css
<style>
span { border-color: #0E5FBB; }
span { border-color: rgb(14,95,187); }
td.TdClassName
{
border-color: #0E5FBB;
}
.TagClassName
{
border-color: #0E5FBB;
}
</style>