Shades of Denim #0C62C7
Tints of Denim #0C62C7
RGB
CMYK
RGB Variations
Color information
#0C62C7 (or 0x0C62C7) is known color: Denim. HEX triplet: 0C, 62 and C7. RGB value is (12,98,199). Sum of RGB (Red+Green+Blue) = 12+98+199=309 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.88% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 199 (78.12% from 255 or 64.40% from 309); Max value from RGB is 199 - color contains mainly: blue. Hex color #0C62C7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C62C7 is #F39D38. Grayscale: #535353. Windows color (decimal): -15965497 or 13066764. OLE color: 13066764.
HSL color Cylindrical-coordinate representation of color #0C62C7: hue angle of 212.41º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C62C7 is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 98 | 199 | - |
| CMYK | 0.94 | 0.51 | 0 | 0.22 |
| HSL | 212.41º | 0.89% | 0.41% | - |
| HSV(B) | 212.41º | 0.94% | 0.78% | - |
| XYZ | 14.83 | 12.94 | 55.75 | - |
| YUV | 83.8 | 193.01 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 98 | 199 | 0.94 | 0.51 | 0 | 0.22 | 212.41 | 0.89 | 0.41 |
| Hex | C | 62 | C7 | 5E | 33 | 0 | 16 | D4 | 59 | 29 |
| Octal | 14 | 142 | 307 | 136 | 63 | 0 | 26 | 324 | 131 | 51 |
| Binary | 1100 | 1100010 | 11000111 | 1011110 | 110011 | 0 | 10110 | 11010100 | 1011001 | 101001 |
Color Harmonies of #0C62C7
Complementary color
Monochromatic Colors of #0C62C7
Black with #0C62C7
Text Example
Text Example
White with #0C62C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C62C7; }
p { color: rgb(12,98,199); }
H1.HeaderClassName
{
color: #0C62C7;
}
.AnyTagClassName
{
color: #0C62C7;
}
</style>
background-color css
<style>
a { background-color: #0C62C7; }
a { background-color: rgb(12,98,199); }
div.DivClassName
{
background-color: #0C62C7;
}
.BgClassName
{
background-color: #0C62C7;
}
</style>
border-color css
<style>
span { border-color: #0C62C7; }
span { border-color: rgb(12,98,199); }
td.TdClassName
{
border-color: #0C62C7;
}
.TagClassName
{
border-color: #0C62C7;
}
</style>