Shades of Allports #0C7088
Tints of Allports #0C7088
RGB
CMYK
RGB Variations
Color information
#0C7088 (or 0x0C7088) is known color: Allports. HEX triplet: 0C, 70 and 88. RGB value is (12,112,136). Sum of RGB (Red+Green+Blue) = 12+112+136=260 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.62% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #0C7088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7088 is #F38F77. Grayscale: #545454. Windows color (decimal): -15961976 or 8941580. OLE color: 8941580.
HSL color Cylindrical-coordinate representation of color #0C7088: hue angle of 191.61º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C7088 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 112 | 136 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.47 |
| HSL | 191.61º | 0.84% | 0.29% | - |
| HSV(B) | 191.61º | 0.91% | 0.53% | - |
| XYZ | 10.39 | 13.44 | 25.34 | - |
| YUV | 84.84 | 156.87 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 112 | 136 | 0.91 | 0.18 | 0 | 0.47 | 191.61 | 0.84 | 0.29 |
| Hex | C | 70 | 88 | 5B | 12 | 0 | 2F | C0 | 54 | 1D |
| Octal | 14 | 160 | 210 | 133 | 22 | 0 | 57 | 300 | 124 | 35 |
| Binary | 1100 | 1110000 | 10001000 | 1011011 | 10010 | 0 | 101111 | 11000000 | 1010100 | 11101 |
Color Harmonies of #0C7088
Complementary color
Monochromatic Colors of #0C7088
Black with #0C7088
Text Example
Text Example
White with #0C7088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7088; }
p { color: rgb(12,112,136); }
H1.HeaderClassName
{
color: #0C7088;
}
.AnyTagClassName
{
color: #0C7088;
}
</style>
background-color css
<style>
a { background-color: #0C7088; }
a { background-color: rgb(12,112,136); }
div.DivClassName
{
background-color: #0C7088;
}
.BgClassName
{
background-color: #0C7088;
}
</style>
border-color css
<style>
span { border-color: #0C7088; }
span { border-color: rgb(12,112,136); }
td.TdClassName
{
border-color: #0C7088;
}
.TagClassName
{
border-color: #0C7088;
}
</style>