Shades of Denim #0C52CF
Tints of Denim #0C52CF
RGB
CMYK
RGB Variations
Color information
#0C52CF (or 0x0C52CF) is known color: Denim. HEX triplet: 0C, 52 and CF. RGB value is (12,82,207). Sum of RGB (Red+Green+Blue) = 12+82+207=301 (39% of max value = 765). Red value is 12 (5.08% from 255 or 3.99% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 207 (81.25% from 255 or 68.77% from 301); Max value from RGB is 207 - color contains mainly: blue. Hex color #0C52CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C52CF is #F3AD30. Grayscale: #4A4A4A. Windows color (decimal): -15969585 or 13586956. OLE color: 13586956.
HSL color Cylindrical-coordinate representation of color #0C52CF: hue angle of 218.46º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C52CF is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 82 | 207 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.19 |
| HSL | 218.46º | 0.89% | 0.43% | - |
| HSV(B) | 218.46º | 0.94% | 0.81% | - |
| XYZ | 14.43 | 10.62 | 60.32 | - |
| YUV | 75.32 | 202.31 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 82 | 207 | 0.94 | 0.60 | 0 | 0.19 | 218.46 | 0.89 | 0.43 |
| Hex | C | 52 | CF | 5E | 3C | 0 | 13 | DA | 59 | 2B |
| Octal | 14 | 122 | 317 | 136 | 74 | 0 | 23 | 332 | 131 | 53 |
| Binary | 1100 | 1010010 | 11001111 | 1011110 | 111100 | 0 | 10011 | 11011010 | 1011001 | 101011 |
Color Harmonies of #0C52CF
Complementary color
Monochromatic Colors of #0C52CF
Black with #0C52CF
Text Example
Text Example
White with #0C52CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C52CF; }
p { color: rgb(12,82,207); }
H1.HeaderClassName
{
color: #0C52CF;
}
.AnyTagClassName
{
color: #0C52CF;
}
</style>
background-color css
<style>
a { background-color: #0C52CF; }
a { background-color: rgb(12,82,207); }
div.DivClassName
{
background-color: #0C52CF;
}
.BgClassName
{
background-color: #0C52CF;
}
</style>
border-color css
<style>
span { border-color: #0C52CF; }
span { border-color: rgb(12,82,207); }
td.TdClassName
{
border-color: #0C52CF;
}
.TagClassName
{
border-color: #0C52CF;
}
</style>