Shades of Denim #0B58BD
Tints of Denim #0B58BD
RGB
CMYK
RGB Variations
Color information
#0B58BD (or 0x0B58BD) is known color: Denim. HEX triplet: 0B, 58 and BD. RGB value is (11,88,189). Sum of RGB (Red+Green+Blue) = 11+88+189=288 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.82% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 189 (74.22% from 255 or 65.62% from 288); Max value from RGB is 189 - color contains mainly: blue. Hex color #0B58BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B58BD is #F4A742. Grayscale: #4C4C4C. Windows color (decimal): -16033603 or 12408843. OLE color: 12408843.
HSL color Cylindrical-coordinate representation of color #0B58BD: hue angle of 214.04º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B58BD is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 88 | 189 | - |
| CMYK | 0.94 | 0.53 | 0 | 0.26 |
| HSL | 214.04º | 0.89% | 0.39% | - |
| HSV(B) | 214.04º | 0.94% | 0.74% | - |
| XYZ | 12.81 | 10.72 | 49.54 | - |
| YUV | 76.49 | 191.49 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 88 | 189 | 0.94 | 0.53 | 0 | 0.26 | 214.04 | 0.89 | 0.39 |
| Hex | B | 58 | BD | 5E | 35 | 0 | 1A | D6 | 59 | 27 |
| Octal | 13 | 130 | 275 | 136 | 65 | 0 | 32 | 326 | 131 | 47 |
| Binary | 1011 | 1011000 | 10111101 | 1011110 | 110101 | 0 | 11010 | 11010110 | 1011001 | 100111 |
Color Harmonies of #0B58BD
Complementary color
Monochromatic Colors of #0B58BD
Black with #0B58BD
Text Example
Text Example
White with #0B58BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B58BD; }
p { color: rgb(11,88,189); }
H1.HeaderClassName
{
color: #0B58BD;
}
.AnyTagClassName
{
color: #0B58BD;
}
</style>
background-color css
<style>
a { background-color: #0B58BD; }
a { background-color: rgb(11,88,189); }
div.DivClassName
{
background-color: #0B58BD;
}
.BgClassName
{
background-color: #0B58BD;
}
</style>
border-color css
<style>
span { border-color: #0B58BD; }
span { border-color: rgb(11,88,189); }
td.TdClassName
{
border-color: #0B58BD;
}
.TagClassName
{
border-color: #0B58BD;
}
</style>