Shades of Denim #0A64BF
Tints of Denim #0A64BF
RGB
CMYK
RGB Variations
Color information
#0A64BF (or 0x0A64BF) is known color: Denim. HEX triplet: 0A, 64 and BF. RGB value is (10,100,191). Sum of RGB (Red+Green+Blue) = 10+100+191=301 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.32% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 191 (75% from 255 or 63.46% from 301); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A64BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A64BF is #F59B40. Grayscale: #535353. Windows color (decimal): -16096065 or 12542986. OLE color: 12542986.
HSL color Cylindrical-coordinate representation of color #0A64BF: hue angle of 210.17º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A64BF is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 100 | 191 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.25 |
| HSL | 210.17º | 0.9% | 0.39% | - |
| HSV(B) | 210.17º | 0.95% | 0.75% | - |
| XYZ | 14.09 | 12.94 | 51.05 | - |
| YUV | 83.46 | 188.68 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 100 | 191 | 0.95 | 0.48 | 0 | 0.25 | 210.17 | 0.9 | 0.39 |
| Hex | A | 64 | BF | 5F | 30 | 0 | 19 | D2 | 5A | 27 |
| Octal | 12 | 144 | 277 | 137 | 60 | 0 | 31 | 322 | 132 | 47 |
| Binary | 1010 | 1100100 | 10111111 | 1011111 | 110000 | 0 | 11001 | 11010010 | 1011010 | 100111 |
Color Harmonies of #0A64BF
Complementary color
Monochromatic Colors of #0A64BF
Black with #0A64BF
Text Example
Text Example
White with #0A64BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A64BF; }
p { color: rgb(10,100,191); }
H1.HeaderClassName
{
color: #0A64BF;
}
.AnyTagClassName
{
color: #0A64BF;
}
</style>
background-color css
<style>
a { background-color: #0A64BF; }
a { background-color: rgb(10,100,191); }
div.DivClassName
{
background-color: #0A64BF;
}
.BgClassName
{
background-color: #0A64BF;
}
</style>
border-color css
<style>
span { border-color: #0A64BF; }
span { border-color: rgb(10,100,191); }
td.TdClassName
{
border-color: #0A64BF;
}
.TagClassName
{
border-color: #0A64BF;
}
</style>