Shades of Denim #0459BC
Tints of Denim #0459BC
RGB
CMYK
RGB Variations
Color information
#0459BC (or 0x0459BC) is known color: Denim. HEX triplet: 04, 59 and BC. RGB value is (4,89,188). Sum of RGB (Red+Green+Blue) = 4+89+188=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #0459BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0459BC is #FBA643. Grayscale: #4A4A4A. Windows color (decimal): -16492100 or 12343556. OLE color: 12343556.
HSL color Cylindrical-coordinate representation of color #0459BC: hue angle of 212.28º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0459BC is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 89 | 188 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.26 |
| HSL | 212.28º | 0.96% | 0.38% | - |
| HSV(B) | 212.28º | 0.98% | 0.74% | - |
| XYZ | 12.7 | 10.8 | 48.99 | - |
| YUV | 74.87 | 191.84 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 89 | 188 | 0.98 | 0.53 | 0 | 0.26 | 212.28 | 0.96 | 0.38 |
| Hex | 4 | 59 | BC | 62 | 35 | 0 | 1A | D4 | 60 | 26 |
| Octal | 4 | 131 | 274 | 142 | 65 | 0 | 32 | 324 | 140 | 46 |
| Binary | 100 | 1011001 | 10111100 | 1100010 | 110101 | 0 | 11010 | 11010100 | 1100000 | 100110 |
Color Harmonies of #0459BC
Complementary color
Monochromatic Colors of #0459BC
Black with #0459BC
Text Example
Text Example
White with #0459BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0459BC; }
p { color: rgb(4,89,188); }
H1.HeaderClassName
{
color: #0459BC;
}
.AnyTagClassName
{
color: #0459BC;
}
</style>
background-color css
<style>
a { background-color: #0459BC; }
a { background-color: rgb(4,89,188); }
div.DivClassName
{
background-color: #0459BC;
}
.BgClassName
{
background-color: #0459BC;
}
</style>
border-color css
<style>
span { border-color: #0459BC; }
span { border-color: rgb(4,89,188); }
td.TdClassName
{
border-color: #0459BC;
}
.TagClassName
{
border-color: #0459BC;
}
</style>