Shades of Denim #0A64AD
Tints of Denim #0A64AD
RGB
CMYK
RGB Variations
Color information
#0A64AD (or 0x0A64AD) is known color: Denim. HEX triplet: 0A, 64 and AD. RGB value is (10,100,173). Sum of RGB (Red+Green+Blue) = 10+100+173=283 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.53% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A64AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A64AD is #F59B52. Grayscale: #515151. Windows color (decimal): -16096083 or 11363338. OLE color: 11363338.
HSL color Cylindrical-coordinate representation of color #0A64AD: hue angle of 206.87º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A64AD is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 10 | 100 | 173 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.32 |
| HSL | 206.87º | 0.89% | 0.36% | - |
| HSV(B) | 206.87º | 0.94% | 0.68% | - |
| XYZ | 12.23 | 12.2 | 41.24 | - |
| YUV | 81.41 | 179.68 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 100 | 173 | 0.94 | 0.42 | 0 | 0.32 | 206.87 | 0.89 | 0.36 |
| Hex | A | 64 | AD | 5E | 2A | 0 | 20 | CF | 59 | 24 |
| Octal | 12 | 144 | 255 | 136 | 52 | 0 | 40 | 317 | 131 | 44 |
| Binary | 1010 | 1100100 | 10101101 | 1011110 | 101010 | 0 | 100000 | 11001111 | 1011001 | 100100 |
Color Harmonies of #0A64AD
Complementary color
Monochromatic Colors of #0A64AD
Black with #0A64AD
Text Example
Text Example
White with #0A64AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A64AD; }
p { color: rgb(10,100,173); }
H1.HeaderClassName
{
color: #0A64AD;
}
.AnyTagClassName
{
color: #0A64AD;
}
</style>
background-color css
<style>
a { background-color: #0A64AD; }
a { background-color: rgb(10,100,173); }
div.DivClassName
{
background-color: #0A64AD;
}
.BgClassName
{
background-color: #0A64AD;
}
</style>
border-color css
<style>
span { border-color: #0A64AD; }
span { border-color: rgb(10,100,173); }
td.TdClassName
{
border-color: #0A64AD;
}
.TagClassName
{
border-color: #0A64AD;
}
</style>