Shades of Denim #0B5DBD
Tints of Denim #0B5DBD
RGB
CMYK
RGB Variations
Color information
#0B5DBD (or 0x0B5DBD) is known color: Denim. HEX triplet: 0B, 5D and BD. RGB value is (11,93,189). Sum of RGB (Red+Green+Blue) = 11+93+189=293 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.75% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 189 (74.22% from 255 or 64.51% from 293); Max value from RGB is 189 - color contains mainly: blue. Hex color #0B5DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B5DBD is #F4A242. Grayscale: #4E4E4E. Windows color (decimal): -16032323 or 12410123. OLE color: 12410123.
HSL color Cylindrical-coordinate representation of color #0B5DBD: hue angle of 212.36º 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 #0B5DBD is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 93 | 189 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.26 |
| HSL | 212.36º | 0.89% | 0.39% | - |
| HSV(B) | 212.36º | 0.94% | 0.74% | - |
| XYZ | 13.24 | 11.57 | 49.68 | - |
| YUV | 79.43 | 189.83 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 93 | 189 | 0.94 | 0.51 | 0 | 0.26 | 212.36 | 0.89 | 0.39 |
| Hex | B | 5D | BD | 5E | 33 | 0 | 1A | D4 | 59 | 27 |
| Octal | 13 | 135 | 275 | 136 | 63 | 0 | 32 | 324 | 131 | 47 |
| Binary | 1011 | 1011101 | 10111101 | 1011110 | 110011 | 0 | 11010 | 11010100 | 1011001 | 100111 |
Color Harmonies of #0B5DBD
Complementary color
Monochromatic Colors of #0B5DBD
Black with #0B5DBD
Text Example
Text Example
White with #0B5DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5DBD; }
p { color: rgb(11,93,189); }
H1.HeaderClassName
{
color: #0B5DBD;
}
.AnyTagClassName
{
color: #0B5DBD;
}
</style>
background-color css
<style>
a { background-color: #0B5DBD; }
a { background-color: rgb(11,93,189); }
div.DivClassName
{
background-color: #0B5DBD;
}
.BgClassName
{
background-color: #0B5DBD;
}
</style>
border-color css
<style>
span { border-color: #0B5DBD; }
span { border-color: rgb(11,93,189); }
td.TdClassName
{
border-color: #0B5DBD;
}
.TagClassName
{
border-color: #0B5DBD;
}
</style>