Shades of Denim #0658BD
Tints of Denim #0658BD
RGB
CMYK
RGB Variations
Color information
#0658BD (or 0x0658BD) is known color: Denim. HEX triplet: 06, 58 and BD. RGB value is (6,88,189). Sum of RGB (Red+Green+Blue) = 6+88+189=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 189 (74.22% from 255 or 66.78% from 283); Max value from RGB is 189 - color contains mainly: blue. Hex color #0658BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0658BD is #F9A742. Grayscale: #4A4A4A. Windows color (decimal): -16361283 or 12408838. OLE color: 12408838.
HSL color Cylindrical-coordinate representation of color #0658BD: hue angle of 213.11º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0658BD is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 88 | 189 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.26 |
| HSL | 213.11º | 0.94% | 0.38% | - |
| HSV(B) | 213.11º | 0.97% | 0.74% | - |
| XYZ | 12.75 | 10.69 | 49.54 | - |
| YUV | 75 | 192.33 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 88 | 189 | 0.97 | 0.53 | 0 | 0.26 | 213.11 | 0.94 | 0.38 |
| Hex | 6 | 58 | BD | 61 | 35 | 0 | 1A | D5 | 5E | 26 |
| Octal | 6 | 130 | 275 | 141 | 65 | 0 | 32 | 325 | 136 | 46 |
| Binary | 110 | 1011000 | 10111101 | 1100001 | 110101 | 0 | 11010 | 11010101 | 1011110 | 100110 |
Color Harmonies of #0658BD
Complementary color
Monochromatic Colors of #0658BD
Black with #0658BD
Text Example
Text Example
White with #0658BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0658BD; }
p { color: rgb(6,88,189); }
H1.HeaderClassName
{
color: #0658BD;
}
.AnyTagClassName
{
color: #0658BD;
}
</style>
background-color css
<style>
a { background-color: #0658BD; }
a { background-color: rgb(6,88,189); }
div.DivClassName
{
background-color: #0658BD;
}
.BgClassName
{
background-color: #0658BD;
}
</style>
border-color css
<style>
span { border-color: #0658BD; }
span { border-color: rgb(6,88,189); }
td.TdClassName
{
border-color: #0658BD;
}
.TagClassName
{
border-color: #0658BD;
}
</style>