Shades of Denim #0A5BB1
Tints of Denim #0A5BB1
RGB
CMYK
RGB Variations
Color information
#0A5BB1 (or 0x0A5BB1) is known color: Denim. HEX triplet: 0A, 5B and B1. RGB value is (10,91,177). Sum of RGB (Red+Green+Blue) = 10+91+177=278 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.60% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 177 (69.53% from 255 or 63.67% from 278); Max value from RGB is 177 - color contains mainly: blue. Hex color #0A5BB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5BB1 is #F5A44E. Grayscale: #4C4C4C. Windows color (decimal): -16098383 or 11623178. OLE color: 11623178.
HSL color Cylindrical-coordinate representation of color #0A5BB1: hue angle of 210.9º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A5BB1 is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 91 | 177 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.31 |
| HSL | 210.9º | 0.89% | 0.37% | - |
| HSV(B) | 210.9º | 0.94% | 0.69% | - |
| XYZ | 11.8 | 10.72 | 43.04 | - |
| YUV | 76.59 | 184.66 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 91 | 177 | 0.94 | 0.49 | 0 | 0.31 | 210.9 | 0.89 | 0.37 |
| Hex | A | 5B | B1 | 5E | 31 | 0 | 1F | D3 | 59 | 25 |
| Octal | 12 | 133 | 261 | 136 | 61 | 0 | 37 | 323 | 131 | 45 |
| Binary | 1010 | 1011011 | 10110001 | 1011110 | 110001 | 0 | 11111 | 11010011 | 1011001 | 100101 |
Color Harmonies of #0A5BB1
Complementary color
Monochromatic Colors of #0A5BB1
Black with #0A5BB1
Text Example
Text Example
White with #0A5BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5BB1; }
p { color: rgb(10,91,177); }
H1.HeaderClassName
{
color: #0A5BB1;
}
.AnyTagClassName
{
color: #0A5BB1;
}
</style>
background-color css
<style>
a { background-color: #0A5BB1; }
a { background-color: rgb(10,91,177); }
div.DivClassName
{
background-color: #0A5BB1;
}
.BgClassName
{
background-color: #0A5BB1;
}
</style>
border-color css
<style>
span { border-color: #0A5BB1; }
span { border-color: rgb(10,91,177); }
td.TdClassName
{
border-color: #0A5BB1;
}
.TagClassName
{
border-color: #0A5BB1;
}
</style>