Shades of Denim #0A6EBD
Tints of Denim #0A6EBD
RGB
CMYK
RGB Variations
Color information
#0A6EBD (or 0x0A6EBD) is known color: Denim. HEX triplet: 0A, 6E and BD. RGB value is (10,110,189). Sum of RGB (Red+Green+Blue) = 10+110+189=309 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.24% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A6EBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6EBD is #F59142. Grayscale: #585858. Windows color (decimal): -16093507 or 12414474. OLE color: 12414474.
HSL color Cylindrical-coordinate representation of color #0A6EBD: hue angle of 206.48º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A6EBD is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 110 | 189 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.26 |
| HSL | 206.48º | 0.9% | 0.39% | - |
| HSV(B) | 206.48º | 0.95% | 0.74% | - |
| XYZ | 14.89 | 14.89 | 50.23 | - |
| YUV | 89.11 | 184.37 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 110 | 189 | 0.95 | 0.42 | 0 | 0.26 | 206.48 | 0.9 | 0.39 |
| Hex | A | 6E | BD | 5F | 2A | 0 | 1A | CE | 5A | 27 |
| Octal | 12 | 156 | 275 | 137 | 52 | 0 | 32 | 316 | 132 | 47 |
| Binary | 1010 | 1101110 | 10111101 | 1011111 | 101010 | 0 | 11010 | 11001110 | 1011010 | 100111 |
Color Harmonies of #0A6EBD
Complementary color
Monochromatic Colors of #0A6EBD
Black with #0A6EBD
Text Example
Text Example
White with #0A6EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6EBD; }
p { color: rgb(10,110,189); }
H1.HeaderClassName
{
color: #0A6EBD;
}
.AnyTagClassName
{
color: #0A6EBD;
}
</style>
background-color css
<style>
a { background-color: #0A6EBD; }
a { background-color: rgb(10,110,189); }
div.DivClassName
{
background-color: #0A6EBD;
}
.BgClassName
{
background-color: #0A6EBD;
}
</style>
border-color css
<style>
span { border-color: #0A6EBD; }
span { border-color: rgb(10,110,189); }
td.TdClassName
{
border-color: #0A6EBD;
}
.TagClassName
{
border-color: #0A6EBD;
}
</style>