Shades of Denim #0B62AE
Tints of Denim #0B62AE
RGB
CMYK
RGB Variations
Color information
#0B62AE (or 0x0B62AE) is known color: Denim. HEX triplet: 0B, 62 and AE. RGB value is (11,98,174). Sum of RGB (Red+Green+Blue) = 11+98+174=283 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.89% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #0B62AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B62AE is #F49D51. Grayscale: #505050. Windows color (decimal): -16031058 or 11428363. OLE color: 11428363.
HSL color Cylindrical-coordinate representation of color #0B62AE: hue angle of 207.98º 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 #0B62AE is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 98 | 174 | - |
| CMYK | 0.94 | 0.44 | 0 | 0.32 |
| HSL | 207.98º | 0.88% | 0.36% | - |
| HSV(B) | 207.98º | 0.94% | 0.68% | - |
| XYZ | 12.15 | 11.86 | 41.69 | - |
| YUV | 80.65 | 180.68 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 98 | 174 | 0.94 | 0.44 | 0 | 0.32 | 207.98 | 0.88 | 0.36 |
| Hex | B | 62 | AE | 5E | 2C | 0 | 20 | D0 | 58 | 24 |
| Octal | 13 | 142 | 256 | 136 | 54 | 0 | 40 | 320 | 130 | 44 |
| Binary | 1011 | 1100010 | 10101110 | 1011110 | 101100 | 0 | 100000 | 11010000 | 1011000 | 100100 |
Color Harmonies of #0B62AE
Complementary color
Monochromatic Colors of #0B62AE
Black with #0B62AE
Text Example
Text Example
White with #0B62AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B62AE; }
p { color: rgb(11,98,174); }
H1.HeaderClassName
{
color: #0B62AE;
}
.AnyTagClassName
{
color: #0B62AE;
}
</style>
background-color css
<style>
a { background-color: #0B62AE; }
a { background-color: rgb(11,98,174); }
div.DivClassName
{
background-color: #0B62AE;
}
.BgClassName
{
background-color: #0B62AE;
}
</style>
border-color css
<style>
span { border-color: #0B62AE; }
span { border-color: rgb(11,98,174); }
td.TdClassName
{
border-color: #0B62AE;
}
.TagClassName
{
border-color: #0B62AE;
}
</style>