Shades of Denim #0262AE
Tints of Denim #0262AE
RGB
CMYK
RGB Variations
Color information
#0262AE (or 0x0262AE) is known color: Denim. HEX triplet: 02, 62 and AE. RGB value is (2,98,174). Sum of RGB (Red+Green+Blue) = 2+98+174=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #0262AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0262AE is #FD9D51. Grayscale: #4D4D4D. Windows color (decimal): -16620882 or 11428354. OLE color: 11428354.
HSL color Cylindrical-coordinate representation of color #0262AE: hue angle of 206.51º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0262AE is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 98 | 174 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.32 |
| HSL | 206.51º | 0.98% | 0.35% | - |
| HSV(B) | 206.51º | 0.99% | 0.68% | - |
| XYZ | 12.03 | 11.8 | 41.69 | - |
| YUV | 77.96 | 182.2 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 98 | 174 | 0.99 | 0.44 | 0 | 0.32 | 206.51 | 0.98 | 0.35 |
| Hex | 2 | 62 | AE | 63 | 2C | 0 | 20 | CF | 62 | 23 |
| Octal | 2 | 142 | 256 | 143 | 54 | 0 | 40 | 317 | 142 | 43 |
| Binary | 10 | 1100010 | 10101110 | 1100011 | 101100 | 0 | 100000 | 11001111 | 1100010 | 100011 |
Color Harmonies of #0262AE
Complementary color
Monochromatic Colors of #0262AE
Black with #0262AE
Text Example
Text Example
White with #0262AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0262AE; }
p { color: rgb(2,98,174); }
H1.HeaderClassName
{
color: #0262AE;
}
.AnyTagClassName
{
color: #0262AE;
}
</style>
background-color css
<style>
a { background-color: #0262AE; }
a { background-color: rgb(2,98,174); }
div.DivClassName
{
background-color: #0262AE;
}
.BgClassName
{
background-color: #0262AE;
}
</style>
border-color css
<style>
span { border-color: #0262AE; }
span { border-color: rgb(2,98,174); }
td.TdClassName
{
border-color: #0262AE;
}
.TagClassName
{
border-color: #0262AE;
}
</style>