Shades of Denim #0C4ECF
Tints of Denim #0C4ECF
RGB
CMYK
RGB Variations
Color information
#0C4ECF (or 0x0C4ECF) is known color: Denim. HEX triplet: 0C, 4E and CF. RGB value is (12,78,207). Sum of RGB (Red+Green+Blue) = 12+78+207=297 (39% of max value = 765). Red value is 12 (5.08% from 255 or 4.04% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 207 (81.25% from 255 or 69.70% from 297); Max value from RGB is 207 - color contains mainly: blue. Hex color #0C4ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C4ECF is #F3B130. Grayscale: #484848. Windows color (decimal): -15970609 or 13585932. OLE color: 13585932.
HSL color Cylindrical-coordinate representation of color #0C4ECF: hue angle of 219.69º 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 #0C4ECF is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 78 | 207 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.19 |
| HSL | 219.69º | 0.89% | 0.43% | - |
| HSV(B) | 219.69º | 0.94% | 0.81% | - |
| XYZ | 14.14 | 10.03 | 60.22 | - |
| YUV | 72.97 | 203.63 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 78 | 207 | 0.94 | 0.62 | 0 | 0.19 | 219.69 | 0.89 | 0.43 |
| Hex | C | 4E | CF | 5E | 3E | 0 | 13 | DC | 59 | 2B |
| Octal | 14 | 116 | 317 | 136 | 76 | 0 | 23 | 334 | 131 | 53 |
| Binary | 1100 | 1001110 | 11001111 | 1011110 | 111110 | 0 | 10011 | 11011100 | 1011001 | 101011 |
Color Harmonies of #0C4ECF
Complementary color
Monochromatic Colors of #0C4ECF
Black with #0C4ECF
Text Example
Text Example
White with #0C4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4ECF; }
p { color: rgb(12,78,207); }
H1.HeaderClassName
{
color: #0C4ECF;
}
.AnyTagClassName
{
color: #0C4ECF;
}
</style>
background-color css
<style>
a { background-color: #0C4ECF; }
a { background-color: rgb(12,78,207); }
div.DivClassName
{
background-color: #0C4ECF;
}
.BgClassName
{
background-color: #0C4ECF;
}
</style>
border-color css
<style>
span { border-color: #0C4ECF; }
span { border-color: rgb(12,78,207); }
td.TdClassName
{
border-color: #0C4ECF;
}
.TagClassName
{
border-color: #0C4ECF;
}
</style>