Shades of Denim #0E63BB
Tints of Denim #0E63BB
RGB
CMYK
RGB Variations
Color information
#0E63BB (or 0x0E63BB) is known color: Denim. HEX triplet: 0E, 63 and BB. RGB value is (14,99,187). Sum of RGB (Red+Green+Blue) = 14+99+187=300 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #0E63BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E63BB is #F19C44. Grayscale: #535353. Windows color (decimal): -15834181 or 12280590. OLE color: 12280590.
HSL color Cylindrical-coordinate representation of color #0E63BB: hue angle of 210.52º 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 #0E63BB is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 99 | 187 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.27 |
| HSL | 210.52º | 0.86% | 0.39% | - |
| HSV(B) | 210.52º | 0.93% | 0.73% | - |
| XYZ | 13.61 | 12.6 | 48.73 | - |
| YUV | 83.62 | 186.34 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 99 | 187 | 0.93 | 0.47 | 0 | 0.27 | 210.52 | 0.86 | 0.39 |
| Hex | E | 63 | BB | 5D | 2F | 0 | 1B | D3 | 56 | 27 |
| Octal | 16 | 143 | 273 | 135 | 57 | 0 | 33 | 323 | 126 | 47 |
| Binary | 1110 | 1100011 | 10111011 | 1011101 | 101111 | 0 | 11011 | 11010011 | 1010110 | 100111 |
Color Harmonies of #0E63BB
Complementary color
Monochromatic Colors of #0E63BB
Black with #0E63BB
Text Example
Text Example
White with #0E63BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E63BB; }
p { color: rgb(14,99,187); }
H1.HeaderClassName
{
color: #0E63BB;
}
.AnyTagClassName
{
color: #0E63BB;
}
</style>
background-color css
<style>
a { background-color: #0E63BB; }
a { background-color: rgb(14,99,187); }
div.DivClassName
{
background-color: #0E63BB;
}
.BgClassName
{
background-color: #0E63BB;
}
</style>
border-color css
<style>
span { border-color: #0E63BB; }
span { border-color: rgb(14,99,187); }
td.TdClassName
{
border-color: #0E63BB;
}
.TagClassName
{
border-color: #0E63BB;
}
</style>