Shades of Denim #0260AC
Tints of Denim #0260AC
RGB
CMYK
RGB Variations
Color information
#0260AC (or 0x0260AC) is known color: Denim. HEX triplet: 02, 60 and AC. RGB value is (2,96,172). Sum of RGB (Red+Green+Blue) = 2+96+172=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #0260AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0260AC is #FD9F53. Grayscale: #4C4C4C. Windows color (decimal): -16621396 or 11296770. OLE color: 11296770.
HSL color Cylindrical-coordinate representation of color #0260AC: hue angle of 206.82º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0260AC is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 96 | 172 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.33 |
| HSL | 206.82º | 0.98% | 0.34% | - |
| HSV(B) | 206.82º | 0.99% | 0.67% | - |
| XYZ | 11.65 | 11.36 | 40.61 | - |
| YUV | 76.56 | 181.86 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 96 | 172 | 0.99 | 0.44 | 0 | 0.33 | 206.82 | 0.98 | 0.34 |
| Hex | 2 | 60 | AC | 63 | 2C | 0 | 21 | CF | 62 | 22 |
| Octal | 2 | 140 | 254 | 143 | 54 | 0 | 41 | 317 | 142 | 42 |
| Binary | 10 | 1100000 | 10101100 | 1100011 | 101100 | 0 | 100001 | 11001111 | 1100010 | 100010 |
Color Harmonies of #0260AC
Complementary color
Monochromatic Colors of #0260AC
Black with #0260AC
Text Example
Text Example
White with #0260AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0260AC; }
p { color: rgb(2,96,172); }
H1.HeaderClassName
{
color: #0260AC;
}
.AnyTagClassName
{
color: #0260AC;
}
</style>
background-color css
<style>
a { background-color: #0260AC; }
a { background-color: rgb(2,96,172); }
div.DivClassName
{
background-color: #0260AC;
}
.BgClassName
{
background-color: #0260AC;
}
</style>
border-color css
<style>
span { border-color: #0260AC; }
span { border-color: rgb(2,96,172); }
td.TdClassName
{
border-color: #0260AC;
}
.TagClassName
{
border-color: #0260AC;
}
</style>