Shades of Denim #0A63BD
Tints of Denim #0A63BD
RGB
CMYK
RGB Variations
Color information
#0A63BD (or 0x0A63BD) is known color: Denim. HEX triplet: 0A, 63 and BD. RGB value is (10,99,189). Sum of RGB (Red+Green+Blue) = 10+99+189=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A63BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A63BD is #F59C42. Grayscale: #525252. Windows color (decimal): -16096323 or 12411658. OLE color: 12411658.
HSL color Cylindrical-coordinate representation of color #0A63BD: hue angle of 210.17º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A63BD is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 99 | 189 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.26 |
| HSL | 210.17º | 0.9% | 0.39% | - |
| HSV(B) | 210.17º | 0.95% | 0.74% | - |
| XYZ | 13.77 | 12.66 | 49.86 | - |
| YUV | 82.65 | 188.01 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 99 | 189 | 0.95 | 0.48 | 0 | 0.26 | 210.17 | 0.9 | 0.39 |
| Hex | A | 63 | BD | 5F | 30 | 0 | 1A | D2 | 5A | 27 |
| Octal | 12 | 143 | 275 | 137 | 60 | 0 | 32 | 322 | 132 | 47 |
| Binary | 1010 | 1100011 | 10111101 | 1011111 | 110000 | 0 | 11010 | 11010010 | 1011010 | 100111 |
Color Harmonies of #0A63BD
Complementary color
Monochromatic Colors of #0A63BD
Black with #0A63BD
Text Example
Text Example
White with #0A63BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A63BD; }
p { color: rgb(10,99,189); }
H1.HeaderClassName
{
color: #0A63BD;
}
.AnyTagClassName
{
color: #0A63BD;
}
</style>
background-color css
<style>
a { background-color: #0A63BD; }
a { background-color: rgb(10,99,189); }
div.DivClassName
{
background-color: #0A63BD;
}
.BgClassName
{
background-color: #0A63BD;
}
</style>
border-color css
<style>
span { border-color: #0A63BD; }
span { border-color: rgb(10,99,189); }
td.TdClassName
{
border-color: #0A63BD;
}
.TagClassName
{
border-color: #0A63BD;
}
</style>