Shades of Denim #0C5EAF
Tints of Denim #0C5EAF
RGB
CMYK
RGB Variations
Color information
#0C5EAF (or 0x0C5EAF) is known color: Denim. HEX triplet: 0C, 5E and AF. RGB value is (12,94,175). Sum of RGB (Red+Green+Blue) = 12+94+175=281 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.27% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #0C5EAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5EAF is #F3A150. Grayscale: #4E4E4E. Windows color (decimal): -15966545 or 11492876. OLE color: 11492876.
HSL color Cylindrical-coordinate representation of color #0C5EAF: hue angle of 209.82º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C5EAF is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 94 | 175 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.31 |
| HSL | 209.82º | 0.87% | 0.37% | - |
| HSV(B) | 209.82º | 0.93% | 0.69% | - |
| XYZ | 11.89 | 11.18 | 42.09 | - |
| YUV | 78.72 | 182.33 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 94 | 175 | 0.93 | 0.46 | 0 | 0.31 | 209.82 | 0.87 | 0.37 |
| Hex | C | 5E | AF | 5D | 2E | 0 | 1F | D2 | 57 | 25 |
| Octal | 14 | 136 | 257 | 135 | 56 | 0 | 37 | 322 | 127 | 45 |
| Binary | 1100 | 1011110 | 10101111 | 1011101 | 101110 | 0 | 11111 | 11010010 | 1010111 | 100101 |
Color Harmonies of #0C5EAF
Complementary color
Monochromatic Colors of #0C5EAF
Black with #0C5EAF
Text Example
Text Example
White with #0C5EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5EAF; }
p { color: rgb(12,94,175); }
H1.HeaderClassName
{
color: #0C5EAF;
}
.AnyTagClassName
{
color: #0C5EAF;
}
</style>
background-color css
<style>
a { background-color: #0C5EAF; }
a { background-color: rgb(12,94,175); }
div.DivClassName
{
background-color: #0C5EAF;
}
.BgClassName
{
background-color: #0C5EAF;
}
</style>
border-color css
<style>
span { border-color: #0C5EAF; }
span { border-color: rgb(12,94,175); }
td.TdClassName
{
border-color: #0C5EAF;
}
.TagClassName
{
border-color: #0C5EAF;
}
</style>