Shades of Denim #0C75BB
Tints of Denim #0C75BB
RGB
CMYK
RGB Variations
Color information
#0C75BB (or 0x0C75BB) is known color: Denim. HEX triplet: 0C, 75 and BB. RGB value is (12,117,187). Sum of RGB (Red+Green+Blue) = 12+117+187=316 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.80% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 187 (73.44% from 255 or 59.18% from 316); Max value from RGB is 187 - color contains mainly: blue. Hex color #0C75BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C75BB is #F38A44. Grayscale: #5D5D5D. Windows color (decimal): -15960645 or 12285196. OLE color: 12285196.
HSL color Cylindrical-coordinate representation of color #0C75BB: hue angle of 204º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C75BB is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 117 | 187 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.27 |
| HSL | 204º | 0.88% | 0.39% | - |
| HSV(B) | 204º | 0.94% | 0.73% | - |
| XYZ | 15.48 | 16.39 | 49.36 | - |
| YUV | 93.59 | 180.71 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 117 | 187 | 0.94 | 0.37 | 0 | 0.27 | 204 | 0.88 | 0.39 |
| Hex | C | 75 | BB | 5E | 25 | 0 | 1B | CC | 58 | 27 |
| Octal | 14 | 165 | 273 | 136 | 45 | 0 | 33 | 314 | 130 | 47 |
| Binary | 1100 | 1110101 | 10111011 | 1011110 | 100101 | 0 | 11011 | 11001100 | 1011000 | 100111 |
Color Harmonies of #0C75BB
Complementary color
Monochromatic Colors of #0C75BB
Black with #0C75BB
Text Example
Text Example
White with #0C75BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C75BB; }
p { color: rgb(12,117,187); }
H1.HeaderClassName
{
color: #0C75BB;
}
.AnyTagClassName
{
color: #0C75BB;
}
</style>
background-color css
<style>
a { background-color: #0C75BB; }
a { background-color: rgb(12,117,187); }
div.DivClassName
{
background-color: #0C75BB;
}
.BgClassName
{
background-color: #0C75BB;
}
</style>
border-color css
<style>
span { border-color: #0C75BB; }
span { border-color: rgb(12,117,187); }
td.TdClassName
{
border-color: #0C75BB;
}
.TagClassName
{
border-color: #0C75BB;
}
</style>