Shades of Denim #0B5DAA
Tints of Denim #0B5DAA
RGB
CMYK
RGB Variations
Color information
#0B5DAA (or 0x0B5DAA) is known color: Denim. HEX triplet: 0B, 5D and AA. RGB value is (11,93,170). Sum of RGB (Red+Green+Blue) = 11+93+170=274 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.01% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #0B5DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5DAA is #F4A255. Grayscale: #4C4C4C. Windows color (decimal): -16032342 or 11164939. OLE color: 11164939.
HSL color Cylindrical-coordinate representation of color #0B5DAA: hue angle of 209.06º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B5DAA is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 93 | 170 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.33 |
| HSL | 209.06º | 0.88% | 0.35% | - |
| HSV(B) | 209.06º | 0.94% | 0.67% | - |
| XYZ | 11.31 | 10.8 | 39.52 | - |
| YUV | 77.26 | 180.33 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 93 | 170 | 0.94 | 0.45 | 0 | 0.33 | 209.06 | 0.88 | 0.35 |
| Hex | B | 5D | AA | 5E | 2D | 0 | 21 | D1 | 58 | 23 |
| Octal | 13 | 135 | 252 | 136 | 55 | 0 | 41 | 321 | 130 | 43 |
| Binary | 1011 | 1011101 | 10101010 | 1011110 | 101101 | 0 | 100001 | 11010001 | 1011000 | 100011 |
Color Harmonies of #0B5DAA
Complementary color
Monochromatic Colors of #0B5DAA
Black with #0B5DAA
Text Example
Text Example
White with #0B5DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5DAA; }
p { color: rgb(11,93,170); }
H1.HeaderClassName
{
color: #0B5DAA;
}
.AnyTagClassName
{
color: #0B5DAA;
}
</style>
background-color css
<style>
a { background-color: #0B5DAA; }
a { background-color: rgb(11,93,170); }
div.DivClassName
{
background-color: #0B5DAA;
}
.BgClassName
{
background-color: #0B5DAA;
}
</style>
border-color css
<style>
span { border-color: #0B5DAA; }
span { border-color: rgb(11,93,170); }
td.TdClassName
{
border-color: #0B5DAA;
}
.TagClassName
{
border-color: #0B5DAA;
}
</style>