Shades of Denim #0C5BAE
Tints of Denim #0C5BAE
RGB
CMYK
RGB Variations
Color information
#0C5BAE (or 0x0C5BAE) is known color: Denim. HEX triplet: 0C, 5B and AE. RGB value is (12,91,174). Sum of RGB (Red+Green+Blue) = 12+91+174=277 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.33% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 174 (68.36% from 255 or 62.82% from 277); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C5BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5BAE is #F3A451. Grayscale: #4C4C4C. Windows color (decimal): -15967314 or 11426572. OLE color: 11426572.
HSL color Cylindrical-coordinate representation of color #0C5BAE: hue angle of 210.74º 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 #0C5BAE is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 91 | 174 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.32 |
| HSL | 210.74º | 0.87% | 0.36% | - |
| HSV(B) | 210.74º | 0.93% | 0.68% | - |
| XYZ | 11.53 | 10.62 | 41.49 | - |
| YUV | 76.84 | 182.83 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 91 | 174 | 0.93 | 0.48 | 0 | 0.32 | 210.74 | 0.87 | 0.36 |
| Hex | C | 5B | AE | 5D | 30 | 0 | 20 | D3 | 57 | 24 |
| Octal | 14 | 133 | 256 | 135 | 60 | 0 | 40 | 323 | 127 | 44 |
| Binary | 1100 | 1011011 | 10101110 | 1011101 | 110000 | 0 | 100000 | 11010011 | 1010111 | 100100 |
Color Harmonies of #0C5BAE
Complementary color
Monochromatic Colors of #0C5BAE
Black with #0C5BAE
Text Example
Text Example
White with #0C5BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5BAE; }
p { color: rgb(12,91,174); }
H1.HeaderClassName
{
color: #0C5BAE;
}
.AnyTagClassName
{
color: #0C5BAE;
}
</style>
background-color css
<style>
a { background-color: #0C5BAE; }
a { background-color: rgb(12,91,174); }
div.DivClassName
{
background-color: #0C5BAE;
}
.BgClassName
{
background-color: #0C5BAE;
}
</style>
border-color css
<style>
span { border-color: #0C5BAE; }
span { border-color: rgb(12,91,174); }
td.TdClassName
{
border-color: #0C5BAE;
}
.TagClassName
{
border-color: #0C5BAE;
}
</style>