Shades of Denim #0A6DBA
Tints of Denim #0A6DBA
RGB
CMYK
RGB Variations
Color information
#0A6DBA (or 0x0A6DBA) is known color: Denim. HEX triplet: 0A, 6D and BA. RGB value is (10,109,186). Sum of RGB (Red+Green+Blue) = 10+109+186=305 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.28% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A6DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6DBA is #F59245. Grayscale: #575757. Windows color (decimal): -16093766 or 12217610. OLE color: 12217610.
HSL color Cylindrical-coordinate representation of color #0A6DBA: hue angle of 206.25º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A6DBA is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 109 | 186 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.27 |
| HSL | 206.25º | 0.9% | 0.38% | - |
| HSV(B) | 206.25º | 0.95% | 0.73% | - |
| XYZ | 14.46 | 14.55 | 48.5 | - |
| YUV | 88.18 | 183.2 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 109 | 186 | 0.95 | 0.41 | 0 | 0.27 | 206.25 | 0.9 | 0.38 |
| Hex | A | 6D | BA | 5F | 29 | 0 | 1B | CE | 5A | 26 |
| Octal | 12 | 155 | 272 | 137 | 51 | 0 | 33 | 316 | 132 | 46 |
| Binary | 1010 | 1101101 | 10111010 | 1011111 | 101001 | 0 | 11011 | 11001110 | 1011010 | 100110 |
Color Harmonies of #0A6DBA
Complementary color
Monochromatic Colors of #0A6DBA
Black with #0A6DBA
Text Example
Text Example
White with #0A6DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6DBA; }
p { color: rgb(10,109,186); }
H1.HeaderClassName
{
color: #0A6DBA;
}
.AnyTagClassName
{
color: #0A6DBA;
}
</style>
background-color css
<style>
a { background-color: #0A6DBA; }
a { background-color: rgb(10,109,186); }
div.DivClassName
{
background-color: #0A6DBA;
}
.BgClassName
{
background-color: #0A6DBA;
}
</style>
border-color css
<style>
span { border-color: #0A6DBA; }
span { border-color: rgb(10,109,186); }
td.TdClassName
{
border-color: #0A6DBA;
}
.TagClassName
{
border-color: #0A6DBA;
}
</style>