Shades of Denim #0E5FCB
Tints of Denim #0E5FCB
RGB
CMYK
RGB Variations
Color information
#0E5FCB (or 0x0E5FCB) is known color: Denim. HEX triplet: 0E, 5F and CB. RGB value is (14,95,203). Sum of RGB (Red+Green+Blue) = 14+95+203=312 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.49% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #0E5FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E5FCB is #F1A034. Grayscale: #525252. Windows color (decimal): -15835189 or 13328142. OLE color: 13328142.
HSL color Cylindrical-coordinate representation of color #0E5FCB: hue angle of 214.29º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E5FCB is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 95 | 203 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.20 |
| HSL | 214.29º | 0.87% | 0.43% | - |
| HSV(B) | 214.29º | 0.93% | 0.8% | - |
| XYZ | 15.05 | 12.59 | 58.14 | - |
| YUV | 83.09 | 195.66 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 95 | 203 | 0.93 | 0.53 | 0 | 0.20 | 214.29 | 0.87 | 0.43 |
| Hex | E | 5F | CB | 5D | 35 | 0 | 14 | D6 | 57 | 2B |
| Octal | 16 | 137 | 313 | 135 | 65 | 0 | 24 | 326 | 127 | 53 |
| Binary | 1110 | 1011111 | 11001011 | 1011101 | 110101 | 0 | 10100 | 11010110 | 1010111 | 101011 |
Color Harmonies of #0E5FCB
Complementary color
Monochromatic Colors of #0E5FCB
Black with #0E5FCB
Text Example
Text Example
White with #0E5FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5FCB; }
p { color: rgb(14,95,203); }
H1.HeaderClassName
{
color: #0E5FCB;
}
.AnyTagClassName
{
color: #0E5FCB;
}
</style>
background-color css
<style>
a { background-color: #0E5FCB; }
a { background-color: rgb(14,95,203); }
div.DivClassName
{
background-color: #0E5FCB;
}
.BgClassName
{
background-color: #0E5FCB;
}
</style>
border-color css
<style>
span { border-color: #0E5FCB; }
span { border-color: rgb(14,95,203); }
td.TdClassName
{
border-color: #0E5FCB;
}
.TagClassName
{
border-color: #0E5FCB;
}
</style>