Shades of Denim #0C64AE
Tints of Denim #0C64AE
RGB
CMYK
RGB Variations
Color information
#0C64AE (or 0x0C64AE) is known color: Denim. HEX triplet: 0C, 64 and AE. RGB value is (12,100,174). Sum of RGB (Red+Green+Blue) = 12+100+174=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 174 (68.36% from 255 or 60.84% from 286); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C64AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C64AE is #F39B51. Grayscale: #515151. Windows color (decimal): -15965010 or 11428876. OLE color: 11428876.
HSL color Cylindrical-coordinate representation of color #0C64AE: hue angle of 207.41º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C64AE is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 100 | 174 | - |
| CMYK | 0.93 | 0.43 | 0 | 0.32 |
| HSL | 207.41º | 0.87% | 0.36% | - |
| HSV(B) | 207.41º | 0.93% | 0.68% | - |
| XYZ | 12.35 | 12.25 | 41.76 | - |
| YUV | 82.12 | 179.85 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 100 | 174 | 0.93 | 0.43 | 0 | 0.32 | 207.41 | 0.87 | 0.36 |
| Hex | C | 64 | AE | 5D | 2B | 0 | 20 | CF | 57 | 24 |
| Octal | 14 | 144 | 256 | 135 | 53 | 0 | 40 | 317 | 127 | 44 |
| Binary | 1100 | 1100100 | 10101110 | 1011101 | 101011 | 0 | 100000 | 11001111 | 1010111 | 100100 |
Color Harmonies of #0C64AE
Complementary color
Monochromatic Colors of #0C64AE
Black with #0C64AE
Text Example
Text Example
White with #0C64AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C64AE; }
p { color: rgb(12,100,174); }
H1.HeaderClassName
{
color: #0C64AE;
}
.AnyTagClassName
{
color: #0C64AE;
}
</style>
background-color css
<style>
a { background-color: #0C64AE; }
a { background-color: rgb(12,100,174); }
div.DivClassName
{
background-color: #0C64AE;
}
.BgClassName
{
background-color: #0C64AE;
}
</style>
border-color css
<style>
span { border-color: #0C64AE; }
span { border-color: rgb(12,100,174); }
td.TdClassName
{
border-color: #0C64AE;
}
.TagClassName
{
border-color: #0C64AE;
}
</style>