Shades of Denim #0262AC
Tints of Denim #0262AC
RGB
CMYK
RGB Variations
Color information
#0262AC (or 0x0262AC) is known color: Denim. HEX triplet: 02, 62 and AC. RGB value is (2,98,172). Sum of RGB (Red+Green+Blue) = 2+98+172=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #0262AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0262AC is #FD9D53. Grayscale: #4D4D4D. Windows color (decimal): -16620884 or 11297282. OLE color: 11297282.
HSL color Cylindrical-coordinate representation of color #0262AC: hue angle of 206.12º 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 #0262AC is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 98 | 172 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.33 |
| HSL | 206.12º | 0.98% | 0.34% | - |
| HSV(B) | 206.12º | 0.99% | 0.67% | - |
| XYZ | 11.84 | 11.73 | 40.67 | - |
| YUV | 77.73 | 181.2 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 98 | 172 | 0.99 | 0.43 | 0 | 0.33 | 206.12 | 0.98 | 0.34 |
| Hex | 2 | 62 | AC | 63 | 2B | 0 | 21 | CE | 62 | 22 |
| Octal | 2 | 142 | 254 | 143 | 53 | 0 | 41 | 316 | 142 | 42 |
| Binary | 10 | 1100010 | 10101100 | 1100011 | 101011 | 0 | 100001 | 11001110 | 1100010 | 100010 |
Color Harmonies of #0262AC
Complementary color
Monochromatic Colors of #0262AC
Black with #0262AC
Text Example
Text Example
White with #0262AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0262AC; }
p { color: rgb(2,98,172); }
H1.HeaderClassName
{
color: #0262AC;
}
.AnyTagClassName
{
color: #0262AC;
}
</style>
background-color css
<style>
a { background-color: #0262AC; }
a { background-color: rgb(2,98,172); }
div.DivClassName
{
background-color: #0262AC;
}
.BgClassName
{
background-color: #0262AC;
}
</style>
border-color css
<style>
span { border-color: #0262AC; }
span { border-color: rgb(2,98,172); }
td.TdClassName
{
border-color: #0262AC;
}
.TagClassName
{
border-color: #0262AC;
}
</style>