Shades of Denim #0260AD
Tints of Denim #0260AD
RGB
CMYK
RGB Variations
Color information
#0260AD (or 0x0260AD) is known color: Denim. HEX triplet: 02, 60 and AD. RGB value is (2,96,173). Sum of RGB (Red+Green+Blue) = 2+96+173=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 173 (67.97% from 255 or 63.84% from 271); Max value from RGB is 173 - color contains mainly: blue. Hex color #0260AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0260AD is #FD9F52. Grayscale: #4C4C4C. Windows color (decimal): -16621395 or 11362306. OLE color: 11362306.
HSL color Cylindrical-coordinate representation of color #0260AD: hue angle of 207.02º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0260AD is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 96 | 173 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.32 |
| HSL | 207.02º | 0.98% | 0.34% | - |
| HSV(B) | 207.02º | 0.99% | 0.68% | - |
| XYZ | 11.75 | 11.4 | 41.12 | - |
| YUV | 76.67 | 182.36 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 96 | 173 | 0.99 | 0.45 | 0 | 0.32 | 207.02 | 0.98 | 0.34 |
| Hex | 2 | 60 | AD | 63 | 2D | 0 | 20 | CF | 62 | 22 |
| Octal | 2 | 140 | 255 | 143 | 55 | 0 | 40 | 317 | 142 | 42 |
| Binary | 10 | 1100000 | 10101101 | 1100011 | 101101 | 0 | 100000 | 11001111 | 1100010 | 100010 |
Color Harmonies of #0260AD
Complementary color
Monochromatic Colors of #0260AD
Black with #0260AD
Text Example
Text Example
White with #0260AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0260AD; }
p { color: rgb(2,96,173); }
H1.HeaderClassName
{
color: #0260AD;
}
.AnyTagClassName
{
color: #0260AD;
}
</style>
background-color css
<style>
a { background-color: #0260AD; }
a { background-color: rgb(2,96,173); }
div.DivClassName
{
background-color: #0260AD;
}
.BgClassName
{
background-color: #0260AD;
}
</style>
border-color css
<style>
span { border-color: #0260AD; }
span { border-color: rgb(2,96,173); }
td.TdClassName
{
border-color: #0260AD;
}
.TagClassName
{
border-color: #0260AD;
}
</style>