Shades of Denim #0A6AB1
Tints of Denim #0A6AB1
RGB
CMYK
RGB Variations
Color information
#0A6AB1 (or 0x0A6AB1) is known color: Denim. HEX triplet: 0A, 6A and B1. RGB value is (10,106,177). Sum of RGB (Red+Green+Blue) = 10+106+177=293 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.41% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 177 (69.53% from 255 or 60.41% from 293); Max value from RGB is 177 - color contains mainly: blue. Hex color #0A6AB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6AB1 is #F5954E. Grayscale: #555555. Windows color (decimal): -16094543 or 11627018. OLE color: 11627018.
HSL color Cylindrical-coordinate representation of color #0A6AB1: hue angle of 205.51º 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 #0A6AB1 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 106 | 177 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.31 |
| HSL | 205.51º | 0.89% | 0.37% | - |
| HSV(B) | 205.51º | 0.94% | 0.69% | - |
| XYZ | 13.22 | 13.55 | 43.51 | - |
| YUV | 85.39 | 179.7 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 106 | 177 | 0.94 | 0.40 | 0 | 0.31 | 205.51 | 0.89 | 0.37 |
| Hex | A | 6A | B1 | 5E | 28 | 0 | 1F | CE | 59 | 25 |
| Octal | 12 | 152 | 261 | 136 | 50 | 0 | 37 | 316 | 131 | 45 |
| Binary | 1010 | 1101010 | 10110001 | 1011110 | 101000 | 0 | 11111 | 11001110 | 1011001 | 100101 |
Color Harmonies of #0A6AB1
Complementary color
Monochromatic Colors of #0A6AB1
Black with #0A6AB1
Text Example
Text Example
White with #0A6AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6AB1; }
p { color: rgb(10,106,177); }
H1.HeaderClassName
{
color: #0A6AB1;
}
.AnyTagClassName
{
color: #0A6AB1;
}
</style>
background-color css
<style>
a { background-color: #0A6AB1; }
a { background-color: rgb(10,106,177); }
div.DivClassName
{
background-color: #0A6AB1;
}
.BgClassName
{
background-color: #0A6AB1;
}
</style>
border-color css
<style>
span { border-color: #0A6AB1; }
span { border-color: rgb(10,106,177); }
td.TdClassName
{
border-color: #0A6AB1;
}
.TagClassName
{
border-color: #0A6AB1;
}
</style>