Shades of Denim #0458BF
Tints of Denim #0458BF
RGB
CMYK
RGB Variations
Color information
#0458BF (or 0x0458BF) is known color: Denim. HEX triplet: 04, 58 and BF. RGB value is (4,88,191). Sum of RGB (Red+Green+Blue) = 4+88+191=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #0458BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0458BF is #FBA740. Grayscale: #4A4A4A. Windows color (decimal): -16492353 or 12539908. OLE color: 12539908.
HSL color Cylindrical-coordinate representation of color #0458BF: hue angle of 213.05º 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 #0458BF is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 88 | 191 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.25 |
| HSL | 213.05º | 0.96% | 0.38% | - |
| HSV(B) | 213.05º | 0.98% | 0.75% | - |
| XYZ | 12.94 | 10.77 | 50.69 | - |
| YUV | 74.63 | 193.67 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 88 | 191 | 0.98 | 0.54 | 0 | 0.25 | 213.05 | 0.96 | 0.38 |
| Hex | 4 | 58 | BF | 62 | 36 | 0 | 19 | D5 | 60 | 26 |
| Octal | 4 | 130 | 277 | 142 | 66 | 0 | 31 | 325 | 140 | 46 |
| Binary | 100 | 1011000 | 10111111 | 1100010 | 110110 | 0 | 11001 | 11010101 | 1100000 | 100110 |
Color Harmonies of #0458BF
Complementary color
Monochromatic Colors of #0458BF
Black with #0458BF
Text Example
Text Example
White with #0458BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0458BF; }
p { color: rgb(4,88,191); }
H1.HeaderClassName
{
color: #0458BF;
}
.AnyTagClassName
{
color: #0458BF;
}
</style>
background-color css
<style>
a { background-color: #0458BF; }
a { background-color: rgb(4,88,191); }
div.DivClassName
{
background-color: #0458BF;
}
.BgClassName
{
background-color: #0458BF;
}
</style>
border-color css
<style>
span { border-color: #0458BF; }
span { border-color: rgb(4,88,191); }
td.TdClassName
{
border-color: #0458BF;
}
.TagClassName
{
border-color: #0458BF;
}
</style>