Shades of Denim #0A69B6
Tints of Denim #0A69B6
RGB
CMYK
RGB Variations
Color information
#0A69B6 (or 0x0A69B6) is known color: Denim. HEX triplet: 0A, 69 and B6. RGB value is (10,105,182). Sum of RGB (Red+Green+Blue) = 10+105+182=297 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.37% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 182 (71.48% from 255 or 61.28% from 297); Max value from RGB is 182 - color contains mainly: blue. Hex color #0A69B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A69B6 is #F59649. Grayscale: #545454. Windows color (decimal): -16094794 or 11954442. OLE color: 11954442.
HSL color Cylindrical-coordinate representation of color #0A69B6: hue angle of 206.86º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A69B6 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 105 | 182 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.29 |
| HSL | 206.86º | 0.9% | 0.38% | - |
| HSV(B) | 206.86º | 0.95% | 0.71% | - |
| XYZ | 13.62 | 13.55 | 46.15 | - |
| YUV | 85.37 | 182.53 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 105 | 182 | 0.95 | 0.42 | 0 | 0.29 | 206.86 | 0.9 | 0.38 |
| Hex | A | 69 | B6 | 5F | 2A | 0 | 1D | CF | 5A | 26 |
| Octal | 12 | 151 | 266 | 137 | 52 | 0 | 35 | 317 | 132 | 46 |
| Binary | 1010 | 1101001 | 10110110 | 1011111 | 101010 | 0 | 11101 | 11001111 | 1011010 | 100110 |
Color Harmonies of #0A69B6
Complementary color
Monochromatic Colors of #0A69B6
Black with #0A69B6
Text Example
Text Example
White with #0A69B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A69B6; }
p { color: rgb(10,105,182); }
H1.HeaderClassName
{
color: #0A69B6;
}
.AnyTagClassName
{
color: #0A69B6;
}
</style>
background-color css
<style>
a { background-color: #0A69B6; }
a { background-color: rgb(10,105,182); }
div.DivClassName
{
background-color: #0A69B6;
}
.BgClassName
{
background-color: #0A69B6;
}
</style>
border-color css
<style>
span { border-color: #0A69B6; }
span { border-color: rgb(10,105,182); }
td.TdClassName
{
border-color: #0A69B6;
}
.TagClassName
{
border-color: #0A69B6;
}
</style>