Shades of Denim #0A5CAC
Tints of Denim #0A5CAC
RGB
CMYK
RGB Variations
Color information
#0A5CAC (or 0x0A5CAC) is known color: Denim. HEX triplet: 0A, 5C and AC. RGB value is (10,92,172). Sum of RGB (Red+Green+Blue) = 10+92+172=274 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.65% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A5CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5CAC is #F5A353. Grayscale: #4C4C4C. Windows color (decimal): -16098132 or 11295754. OLE color: 11295754.
HSL color Cylindrical-coordinate representation of color #0A5CAC: hue angle of 209.63º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A5CAC is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 92 | 172 | - |
| CMYK | 0.94 | 0.47 | 0 | 0.33 |
| HSL | 209.63º | 0.89% | 0.36% | - |
| HSV(B) | 209.63º | 0.94% | 0.67% | - |
| XYZ | 11.4 | 10.7 | 40.49 | - |
| YUV | 76.6 | 181.83 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 92 | 172 | 0.94 | 0.47 | 0 | 0.33 | 209.63 | 0.89 | 0.36 |
| Hex | A | 5C | AC | 5E | 2F | 0 | 21 | D2 | 59 | 24 |
| Octal | 12 | 134 | 254 | 136 | 57 | 0 | 41 | 322 | 131 | 44 |
| Binary | 1010 | 1011100 | 10101100 | 1011110 | 101111 | 0 | 100001 | 11010010 | 1011001 | 100100 |
Color Harmonies of #0A5CAC
Complementary color
Monochromatic Colors of #0A5CAC
Black with #0A5CAC
Text Example
Text Example
White with #0A5CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5CAC; }
p { color: rgb(10,92,172); }
H1.HeaderClassName
{
color: #0A5CAC;
}
.AnyTagClassName
{
color: #0A5CAC;
}
</style>
background-color css
<style>
a { background-color: #0A5CAC; }
a { background-color: rgb(10,92,172); }
div.DivClassName
{
background-color: #0A5CAC;
}
.BgClassName
{
background-color: #0A5CAC;
}
</style>
border-color css
<style>
span { border-color: #0A5CAC; }
span { border-color: rgb(10,92,172); }
td.TdClassName
{
border-color: #0A5CAC;
}
.TagClassName
{
border-color: #0A5CAC;
}
</style>