Shades of Denim #0062AE
Tints of Denim #0062AE
RGB
CMYK
RGB Variations
Color information
#0062AE (or 0x0062AE) is known color: Denim. HEX triplet: 00, 62 and AE. RGB value is (0,98,174). Sum of RGB (Red+Green+Blue) = 0+98+174=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #0062AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0062AE is #FF9D51. Grayscale: #4C4C4C. Windows color (decimal): -16751954 or 11428352. OLE color: 11428352.
HSL color Cylindrical-coordinate representation of color #0062AE: hue angle of 206.21º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0062AE is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 98 | 174 | - |
| CMYK | 1 | 0.44 | 0 | 0.32 |
| HSL | 206.21º | 1% | 0.34% | - |
| HSV(B) | 206.21º | 1% | 0.68% | - |
| XYZ | 12.01 | 11.79 | 41.69 | - |
| YUV | 77.36 | 182.53 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 174 | 1 | 0.44 | 0 | 0.32 | 206.21 | 1 | 0.34 |
| Hex | 0 | 62 | AE | 64 | 2C | 0 | 20 | CE | 64 | 22 |
| Octal | 0 | 142 | 256 | 144 | 54 | 0 | 40 | 316 | 144 | 42 |
| Binary | 0 | 1100010 | 10101110 | 1100100 | 101100 | 0 | 100000 | 11001110 | 1100100 | 100010 |
Color Harmonies of #0062AE
Complementary color
Monochromatic Colors of #0062AE
Black with #0062AE
Text Example
Text Example
White with #0062AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0062AE; }
p { color: rgb(0,98,174); }
H1.HeaderClassName
{
color: #0062AE;
}
.AnyTagClassName
{
color: #0062AE;
}
</style>
background-color css
<style>
a { background-color: #0062AE; }
a { background-color: rgb(0,98,174); }
div.DivClassName
{
background-color: #0062AE;
}
.BgClassName
{
background-color: #0062AE;
}
</style>
border-color css
<style>
span { border-color: #0062AE; }
span { border-color: rgb(0,98,174); }
td.TdClassName
{
border-color: #0062AE;
}
.TagClassName
{
border-color: #0062AE;
}
</style>