Shades of Denim #0A5AB3
Tints of Denim #0A5AB3
RGB
CMYK
RGB Variations
Color information
#0A5AB3 (or 0x0A5AB3) is known color: Denim. HEX triplet: 0A, 5A and B3. RGB value is (10,90,179). Sum of RGB (Red+Green+Blue) = 10+90+179=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 179 (70.31% from 255 or 64.16% from 279); Max value from RGB is 179 - color contains mainly: blue. Hex color #0A5AB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5AB3 is #F5A54C. Grayscale: #4B4B4B. Windows color (decimal): -16098637 or 11753994. OLE color: 11753994.
HSL color Cylindrical-coordinate representation of color #0A5AB3: hue angle of 211.6º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A5AB3 is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 10 | 90 | 179 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.30 |
| HSL | 211.6º | 0.89% | 0.37% | - |
| HSV(B) | 211.6º | 0.94% | 0.7% | - |
| XYZ | 11.92 | 10.63 | 44.07 | - |
| YUV | 76.23 | 186 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 90 | 179 | 0.94 | 0.50 | 0 | 0.30 | 211.6 | 0.89 | 0.37 |
| Hex | A | 5A | B3 | 5E | 32 | 0 | 1E | D4 | 59 | 25 |
| Octal | 12 | 132 | 263 | 136 | 62 | 0 | 36 | 324 | 131 | 45 |
| Binary | 1010 | 1011010 | 10110011 | 1011110 | 110010 | 0 | 11110 | 11010100 | 1011001 | 100101 |
Color Harmonies of #0A5AB3
Complementary color
Monochromatic Colors of #0A5AB3
Black with #0A5AB3
Text Example
Text Example
White with #0A5AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5AB3; }
p { color: rgb(10,90,179); }
H1.HeaderClassName
{
color: #0A5AB3;
}
.AnyTagClassName
{
color: #0A5AB3;
}
</style>
background-color css
<style>
a { background-color: #0A5AB3; }
a { background-color: rgb(10,90,179); }
div.DivClassName
{
background-color: #0A5AB3;
}
.BgClassName
{
background-color: #0A5AB3;
}
</style>
border-color css
<style>
span { border-color: #0A5AB3; }
span { border-color: rgb(10,90,179); }
td.TdClassName
{
border-color: #0A5AB3;
}
.TagClassName
{
border-color: #0A5AB3;
}
</style>