Shades of Denim #0C62AB
Tints of Denim #0C62AB
RGB
CMYK
RGB Variations
Color information
#0C62AB (or 0x0C62AB) is known color: Denim. HEX triplet: 0C, 62 and AB. RGB value is (12,98,171). Sum of RGB (Red+Green+Blue) = 12+98+171=281 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.27% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C62AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C62AB is #F39D54. Grayscale: #505050. Windows color (decimal): -15965525 or 11231756. OLE color: 11231756.
HSL color Cylindrical-coordinate representation of color #0C62AB: hue angle of 207.55º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C62AB is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 98 | 171 | - |
| CMYK | 0.93 | 0.43 | 0 | 0.33 |
| HSL | 207.55º | 0.87% | 0.36% | - |
| HSV(B) | 207.55º | 0.93% | 0.67% | - |
| XYZ | 11.87 | 11.75 | 40.17 | - |
| YUV | 80.61 | 179.01 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 98 | 171 | 0.93 | 0.43 | 0 | 0.33 | 207.55 | 0.87 | 0.36 |
| Hex | C | 62 | AB | 5D | 2B | 0 | 21 | D0 | 57 | 24 |
| Octal | 14 | 142 | 253 | 135 | 53 | 0 | 41 | 320 | 127 | 44 |
| Binary | 1100 | 1100010 | 10101011 | 1011101 | 101011 | 0 | 100001 | 11010000 | 1010111 | 100100 |
Color Harmonies of #0C62AB
Complementary color
Monochromatic Colors of #0C62AB
Black with #0C62AB
Text Example
Text Example
White with #0C62AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C62AB; }
p { color: rgb(12,98,171); }
H1.HeaderClassName
{
color: #0C62AB;
}
.AnyTagClassName
{
color: #0C62AB;
}
</style>
background-color css
<style>
a { background-color: #0C62AB; }
a { background-color: rgb(12,98,171); }
div.DivClassName
{
background-color: #0C62AB;
}
.BgClassName
{
background-color: #0C62AB;
}
</style>
border-color css
<style>
span { border-color: #0C62AB; }
span { border-color: rgb(12,98,171); }
td.TdClassName
{
border-color: #0C62AB;
}
.TagClassName
{
border-color: #0C62AB;
}
</style>