Shades of Denim #0B5EAE
Tints of Denim #0B5EAE
RGB
CMYK
RGB Variations
Color information
#0B5EAE (or 0x0B5EAE) is known color: Denim. HEX triplet: 0B, 5E and AE. RGB value is (11,94,174). Sum of RGB (Red+Green+Blue) = 11+94+174=279 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.94% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 174 (68.36% from 255 or 62.37% from 279); Max value from RGB is 174 - color contains mainly: blue. Hex color #0B5EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B5EAE is #F4A151. Grayscale: #4D4D4D. Windows color (decimal): -16032082 or 11427339. OLE color: 11427339.
HSL color Cylindrical-coordinate representation of color #0B5EAE: hue angle of 209.45º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B5EAE is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 94 | 174 | - |
| CMYK | 0.94 | 0.46 | 0 | 0.32 |
| HSL | 209.45º | 0.88% | 0.36% | - |
| HSV(B) | 209.45º | 0.94% | 0.68% | - |
| XYZ | 11.78 | 11.13 | 41.57 | - |
| YUV | 78.3 | 182 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 94 | 174 | 0.94 | 0.46 | 0 | 0.32 | 209.45 | 0.88 | 0.36 |
| Hex | B | 5E | AE | 5E | 2E | 0 | 20 | D1 | 58 | 24 |
| Octal | 13 | 136 | 256 | 136 | 56 | 0 | 40 | 321 | 130 | 44 |
| Binary | 1011 | 1011110 | 10101110 | 1011110 | 101110 | 0 | 100000 | 11010001 | 1011000 | 100100 |
Color Harmonies of #0B5EAE
Complementary color
Monochromatic Colors of #0B5EAE
Black with #0B5EAE
Text Example
Text Example
White with #0B5EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B5EAE; }
p { color: rgb(11,94,174); }
H1.HeaderClassName
{
color: #0B5EAE;
}
.AnyTagClassName
{
color: #0B5EAE;
}
</style>
background-color css
<style>
a { background-color: #0B5EAE; }
a { background-color: rgb(11,94,174); }
div.DivClassName
{
background-color: #0B5EAE;
}
.BgClassName
{
background-color: #0B5EAE;
}
</style>
border-color css
<style>
span { border-color: #0B5EAE; }
span { border-color: rgb(11,94,174); }
td.TdClassName
{
border-color: #0B5EAE;
}
.TagClassName
{
border-color: #0B5EAE;
}
</style>