Shades of Denim #0B5DC8
Tints of Denim #0B5DC8
RGB
CMYK
RGB Variations
Color information
#0B5DC8 (or 0x0B5DC8) is known color: Denim. HEX triplet: 0B, 5D and C8. RGB value is (11,93,200). Sum of RGB (Red+Green+Blue) = 11+93+200=304 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.62% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 200 (78.52% from 255 or 65.79% from 304); Max value from RGB is 200 - color contains mainly: blue. Hex color #0B5DC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5DC8 is #F4A237. Grayscale: #505050. Windows color (decimal): -16032312 or 13131019. OLE color: 13131019.
HSL color Cylindrical-coordinate representation of color #0B5DC8: hue angle of 213.97º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B5DC8 is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 11 | 93 | 200 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.22 |
| HSL | 213.97º | 0.9% | 0.41% | - |
| HSV(B) | 213.97º | 0.95% | 0.78% | - |
| XYZ | 14.48 | 12.07 | 56.21 | - |
| YUV | 80.68 | 195.33 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 93 | 200 | 0.94 | 0.54 | 0 | 0.22 | 213.97 | 0.9 | 0.41 |
| Hex | B | 5D | C8 | 5E | 36 | 0 | 16 | D6 | 5A | 29 |
| Octal | 13 | 135 | 310 | 136 | 66 | 0 | 26 | 326 | 132 | 51 |
| Binary | 1011 | 1011101 | 11001000 | 1011110 | 110110 | 0 | 10110 | 11010110 | 1011010 | 101001 |
Color Harmonies of #0B5DC8
Complementary color
Monochromatic Colors of #0B5DC8
Black with #0B5DC8
Text Example
Text Example
White with #0B5DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5DC8; }
p { color: rgb(11,93,200); }
H1.HeaderClassName
{
color: #0B5DC8;
}
.AnyTagClassName
{
color: #0B5DC8;
}
</style>
background-color css
<style>
a { background-color: #0B5DC8; }
a { background-color: rgb(11,93,200); }
div.DivClassName
{
background-color: #0B5DC8;
}
.BgClassName
{
background-color: #0B5DC8;
}
</style>
border-color css
<style>
span { border-color: #0B5DC8; }
span { border-color: rgb(11,93,200); }
td.TdClassName
{
border-color: #0B5DC8;
}
.TagClassName
{
border-color: #0B5DC8;
}
</style>