Shades of Denim #0261AF
Tints of Denim #0261AF
RGB
CMYK
RGB Variations
Color information
#0261AF (or 0x0261AF) is known color: Denim. HEX triplet: 02, 61 and AF. RGB value is (2,97,175). Sum of RGB (Red+Green+Blue) = 2+97+175=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 175 (68.75% from 255 or 63.87% from 274); Max value from RGB is 175 - color contains mainly: blue. Hex color #0261AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0261AF is #FD9E50. Grayscale: #4D4D4D. Windows color (decimal): -16621137 or 11493634. OLE color: 11493634.
HSL color Cylindrical-coordinate representation of color #0261AF: hue angle of 207.05º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0261AF is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 97 | 175 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.31 |
| HSL | 207.05º | 0.98% | 0.35% | - |
| HSV(B) | 207.05º | 0.99% | 0.69% | - |
| XYZ | 12.04 | 11.66 | 42.17 | - |
| YUV | 77.49 | 183.03 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 97 | 175 | 0.99 | 0.45 | 0 | 0.31 | 207.05 | 0.98 | 0.35 |
| Hex | 2 | 61 | AF | 63 | 2D | 0 | 1F | CF | 62 | 23 |
| Octal | 2 | 141 | 257 | 143 | 55 | 0 | 37 | 317 | 142 | 43 |
| Binary | 10 | 1100001 | 10101111 | 1100011 | 101101 | 0 | 11111 | 11001111 | 1100010 | 100011 |
Color Harmonies of #0261AF
Complementary color
Monochromatic Colors of #0261AF
Black with #0261AF
Text Example
Text Example
White with #0261AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0261AF; }
p { color: rgb(2,97,175); }
H1.HeaderClassName
{
color: #0261AF;
}
.AnyTagClassName
{
color: #0261AF;
}
</style>
background-color css
<style>
a { background-color: #0261AF; }
a { background-color: rgb(2,97,175); }
div.DivClassName
{
background-color: #0261AF;
}
.BgClassName
{
background-color: #0261AF;
}
</style>
border-color css
<style>
span { border-color: #0261AF; }
span { border-color: rgb(2,97,175); }
td.TdClassName
{
border-color: #0261AF;
}
.TagClassName
{
border-color: #0261AF;
}
</style>