Shades of Denim #0458BD
Tints of Denim #0458BD
RGB
CMYK
RGB Variations
Color information
#0458BD (or 0x0458BD) is known color: Denim. HEX triplet: 04, 58 and BD. RGB value is (4,88,189). Sum of RGB (Red+Green+Blue) = 4+88+189=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #0458BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0458BD is #FBA742. Grayscale: #494949. Windows color (decimal): -16492355 or 12408836. OLE color: 12408836.
HSL color Cylindrical-coordinate representation of color #0458BD: hue angle of 212.76º 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 #0458BD is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 88 | 189 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.26 |
| HSL | 212.76º | 0.96% | 0.38% | - |
| HSV(B) | 212.76º | 0.98% | 0.74% | - |
| XYZ | 12.73 | 10.68 | 49.53 | - |
| YUV | 74.4 | 192.67 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 88 | 189 | 0.98 | 0.53 | 0 | 0.26 | 212.76 | 0.96 | 0.38 |
| Hex | 4 | 58 | BD | 62 | 35 | 0 | 1A | D5 | 60 | 26 |
| Octal | 4 | 130 | 275 | 142 | 65 | 0 | 32 | 325 | 140 | 46 |
| Binary | 100 | 1011000 | 10111101 | 1100010 | 110101 | 0 | 11010 | 11010101 | 1100000 | 100110 |
Color Harmonies of #0458BD
Complementary color
Monochromatic Colors of #0458BD
Black with #0458BD
Text Example
Text Example
White with #0458BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0458BD; }
p { color: rgb(4,88,189); }
H1.HeaderClassName
{
color: #0458BD;
}
.AnyTagClassName
{
color: #0458BD;
}
</style>
background-color css
<style>
a { background-color: #0458BD; }
a { background-color: rgb(4,88,189); }
div.DivClassName
{
background-color: #0458BD;
}
.BgClassName
{
background-color: #0458BD;
}
</style>
border-color css
<style>
span { border-color: #0458BD; }
span { border-color: rgb(4,88,189); }
td.TdClassName
{
border-color: #0458BD;
}
.TagClassName
{
border-color: #0458BD;
}
</style>