Shades of Denim #0459BE
Tints of Denim #0459BE
RGB
CMYK
RGB Variations
Color information
#0459BE (or 0x0459BE) is known color: Denim. HEX triplet: 04, 59 and BE. RGB value is (4,89,190). Sum of RGB (Red+Green+Blue) = 4+89+190=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #0459BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0459BE is #FBA641. Grayscale: #4A4A4A. Windows color (decimal): -16492098 or 12474628. OLE color: 12474628.
HSL color Cylindrical-coordinate representation of color #0459BE: hue angle of 212.58º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0459BE is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 89 | 190 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.25 |
| HSL | 212.58º | 0.96% | 0.38% | - |
| HSV(B) | 212.58º | 0.98% | 0.75% | - |
| XYZ | 12.92 | 10.89 | 50.14 | - |
| YUV | 75.1 | 192.84 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 89 | 190 | 0.98 | 0.53 | 0 | 0.25 | 212.58 | 0.96 | 0.38 |
| Hex | 4 | 59 | BE | 62 | 35 | 0 | 19 | D5 | 60 | 26 |
| Octal | 4 | 131 | 276 | 142 | 65 | 0 | 31 | 325 | 140 | 46 |
| Binary | 100 | 1011001 | 10111110 | 1100010 | 110101 | 0 | 11001 | 11010101 | 1100000 | 100110 |
Color Harmonies of #0459BE
Complementary color
Monochromatic Colors of #0459BE
Black with #0459BE
Text Example
Text Example
White with #0459BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0459BE; }
p { color: rgb(4,89,190); }
H1.HeaderClassName
{
color: #0459BE;
}
.AnyTagClassName
{
color: #0459BE;
}
</style>
background-color css
<style>
a { background-color: #0459BE; }
a { background-color: rgb(4,89,190); }
div.DivClassName
{
background-color: #0459BE;
}
.BgClassName
{
background-color: #0459BE;
}
</style>
border-color css
<style>
span { border-color: #0459BE; }
span { border-color: rgb(4,89,190); }
td.TdClassName
{
border-color: #0459BE;
}
.TagClassName
{
border-color: #0459BE;
}
</style>