Shades of Denim #0C5FB3
Tints of Denim #0C5FB3
RGB
CMYK
RGB Variations
Color information
#0C5FB3 (or 0x0C5FB3) is known color: Denim. HEX triplet: 0C, 5F and B3. RGB value is (12,95,179). Sum of RGB (Red+Green+Blue) = 12+95+179=286 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.20% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 179 (70.31% from 255 or 62.59% from 286); Max value from RGB is 179 - color contains mainly: blue. Hex color #0C5FB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C5FB3 is #F3A04C. Grayscale: #4F4F4F. Windows color (decimal): -15966285 or 11755276. OLE color: 11755276.
HSL color Cylindrical-coordinate representation of color #0C5FB3: hue angle of 210.18º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C5FB3 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 12 | 95 | 179 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.30 |
| HSL | 210.18º | 0.87% | 0.37% | - |
| HSV(B) | 210.18º | 0.93% | 0.7% | - |
| XYZ | 12.38 | 11.52 | 44.22 | - |
| YUV | 79.76 | 184 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 95 | 179 | 0.93 | 0.47 | 0 | 0.30 | 210.18 | 0.87 | 0.37 |
| Hex | C | 5F | B3 | 5D | 2F | 0 | 1E | D2 | 57 | 25 |
| Octal | 14 | 137 | 263 | 135 | 57 | 0 | 36 | 322 | 127 | 45 |
| Binary | 1100 | 1011111 | 10110011 | 1011101 | 101111 | 0 | 11110 | 11010010 | 1010111 | 100101 |
Color Harmonies of #0C5FB3
Complementary color
Monochromatic Colors of #0C5FB3
Black with #0C5FB3
Text Example
Text Example
White with #0C5FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5FB3; }
p { color: rgb(12,95,179); }
H1.HeaderClassName
{
color: #0C5FB3;
}
.AnyTagClassName
{
color: #0C5FB3;
}
</style>
background-color css
<style>
a { background-color: #0C5FB3; }
a { background-color: rgb(12,95,179); }
div.DivClassName
{
background-color: #0C5FB3;
}
.BgClassName
{
background-color: #0C5FB3;
}
</style>
border-color css
<style>
span { border-color: #0C5FB3; }
span { border-color: rgb(12,95,179); }
td.TdClassName
{
border-color: #0C5FB3;
}
.TagClassName
{
border-color: #0C5FB3;
}
</style>