Shades of Denim #0C5AAF
Tints of Denim #0C5AAF
RGB
CMYK
RGB Variations
Color information
#0C5AAF (or 0x0C5AAF) is known color: Denim. HEX triplet: 0C, 5A and AF. RGB value is (12,90,175). Sum of RGB (Red+Green+Blue) = 12+90+175=277 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.33% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 175 (68.75% from 255 or 63.18% from 277); Max value from RGB is 175 - color contains mainly: blue. Hex color #0C5AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5AAF is #F3A550. Grayscale: #4B4B4B. Windows color (decimal): -15967569 or 11491852. OLE color: 11491852.
HSL color Cylindrical-coordinate representation of color #0C5AAF: hue angle of 211.29º 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 #0C5AAF is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 90 | 175 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.31 |
| HSL | 211.29º | 0.87% | 0.37% | - |
| HSV(B) | 211.29º | 0.93% | 0.69% | - |
| XYZ | 11.55 | 10.49 | 41.97 | - |
| YUV | 76.37 | 183.66 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 90 | 175 | 0.93 | 0.49 | 0 | 0.31 | 211.29 | 0.87 | 0.37 |
| Hex | C | 5A | AF | 5D | 31 | 0 | 1F | D3 | 57 | 25 |
| Octal | 14 | 132 | 257 | 135 | 61 | 0 | 37 | 323 | 127 | 45 |
| Binary | 1100 | 1011010 | 10101111 | 1011101 | 110001 | 0 | 11111 | 11010011 | 1010111 | 100101 |
Color Harmonies of #0C5AAF
Complementary color
Monochromatic Colors of #0C5AAF
Black with #0C5AAF
Text Example
Text Example
White with #0C5AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5AAF; }
p { color: rgb(12,90,175); }
H1.HeaderClassName
{
color: #0C5AAF;
}
.AnyTagClassName
{
color: #0C5AAF;
}
</style>
background-color css
<style>
a { background-color: #0C5AAF; }
a { background-color: rgb(12,90,175); }
div.DivClassName
{
background-color: #0C5AAF;
}
.BgClassName
{
background-color: #0C5AAF;
}
</style>
border-color css
<style>
span { border-color: #0C5AAF; }
span { border-color: rgb(12,90,175); }
td.TdClassName
{
border-color: #0C5AAF;
}
.TagClassName
{
border-color: #0C5AAF;
}
</style>