Shades of Denim #0563AD
Tints of Denim #0563AD
RGB
CMYK
RGB Variations
Color information
#0563AD (or 0x0563AD) is known color: Denim. HEX triplet: 05, 63 and AD. RGB value is (5,99,173). Sum of RGB (Red+Green+Blue) = 5+99+173=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #0563AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0563AD is #FA9C52. Grayscale: #4E4E4E. Windows color (decimal): -16424019 or 11363077. OLE color: 11363077.
HSL color Cylindrical-coordinate representation of color #0563AD: hue angle of 206.43º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0563AD is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 99 | 173 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.32 |
| HSL | 206.43º | 0.94% | 0.35% | - |
| HSV(B) | 206.43º | 0.97% | 0.68% | - |
| XYZ | 12.07 | 11.97 | 41.21 | - |
| YUV | 79.33 | 180.86 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 99 | 173 | 0.97 | 0.43 | 0 | 0.32 | 206.43 | 0.94 | 0.35 |
| Hex | 5 | 63 | AD | 61 | 2B | 0 | 20 | CE | 5E | 23 |
| Octal | 5 | 143 | 255 | 141 | 53 | 0 | 40 | 316 | 136 | 43 |
| Binary | 101 | 1100011 | 10101101 | 1100001 | 101011 | 0 | 100000 | 11001110 | 1011110 | 100011 |
Color Harmonies of #0563AD
Complementary color
Monochromatic Colors of #0563AD
Black with #0563AD
Text Example
Text Example
White with #0563AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0563AD; }
p { color: rgb(5,99,173); }
H1.HeaderClassName
{
color: #0563AD;
}
.AnyTagClassName
{
color: #0563AD;
}
</style>
background-color css
<style>
a { background-color: #0563AD; }
a { background-color: rgb(5,99,173); }
div.DivClassName
{
background-color: #0563AD;
}
.BgClassName
{
background-color: #0563AD;
}
</style>
border-color css
<style>
span { border-color: #0563AD; }
span { border-color: rgb(5,99,173); }
td.TdClassName
{
border-color: #0563AD;
}
.TagClassName
{
border-color: #0563AD;
}
</style>