Shades of Denim #0A63AB
Tints of Denim #0A63AB
RGB
CMYK
RGB Variations
Color information
#0A63AB (or 0x0A63AB) is known color: Denim. HEX triplet: 0A, 63 and AB. RGB value is (10,99,171). Sum of RGB (Red+Green+Blue) = 10+99+171=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A63AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A63AB is #F59C54. Grayscale: #505050. Windows color (decimal): -16096341 or 11232010. OLE color: 11232010.
HSL color Cylindrical-coordinate representation of color #0A63AB: hue angle of 206.83º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A63AB is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 99 | 171 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.33 |
| HSL | 206.83º | 0.89% | 0.35% | - |
| HSV(B) | 206.83º | 0.94% | 0.67% | - |
| XYZ | 11.94 | 11.93 | 40.2 | - |
| YUV | 80.6 | 179.01 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 99 | 171 | 0.94 | 0.42 | 0 | 0.33 | 206.83 | 0.89 | 0.35 |
| Hex | A | 63 | AB | 5E | 2A | 0 | 21 | CF | 59 | 23 |
| Octal | 12 | 143 | 253 | 136 | 52 | 0 | 41 | 317 | 131 | 43 |
| Binary | 1010 | 1100011 | 10101011 | 1011110 | 101010 | 0 | 100001 | 11001111 | 1011001 | 100011 |
Color Harmonies of #0A63AB
Complementary color
Monochromatic Colors of #0A63AB
Black with #0A63AB
Text Example
Text Example
White with #0A63AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A63AB; }
p { color: rgb(10,99,171); }
H1.HeaderClassName
{
color: #0A63AB;
}
.AnyTagClassName
{
color: #0A63AB;
}
</style>
background-color css
<style>
a { background-color: #0A63AB; }
a { background-color: rgb(10,99,171); }
div.DivClassName
{
background-color: #0A63AB;
}
.BgClassName
{
background-color: #0A63AB;
}
</style>
border-color css
<style>
span { border-color: #0A63AB; }
span { border-color: rgb(10,99,171); }
td.TdClassName
{
border-color: #0A63AB;
}
.TagClassName
{
border-color: #0A63AB;
}
</style>