Shades of Allports #0C707D
Tints of Allports #0C707D
RGB
CMYK
RGB Variations
Color information
#0C707D (or 0x0C707D) is known color: Allports. HEX triplet: 0C, 70 and 7D. RGB value is (12,112,125). Sum of RGB (Red+Green+Blue) = 12+112+125=249 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.82% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #0C707D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C707D is #F38F82. Grayscale: #535353. Windows color (decimal): -15961987 or 8220684. OLE color: 8220684.
HSL color Cylindrical-coordinate representation of color #0C707D: hue angle of 186.9º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C707D is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 12 | 112 | 125 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.51 |
| HSL | 186.9º | 0.82% | 0.27% | - |
| HSV(B) | 186.9º | 0.9% | 0.49% | - |
| XYZ | 9.65 | 13.15 | 21.43 | - |
| YUV | 83.58 | 151.37 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 112 | 125 | 0.90 | 0.10 | 0 | 0.51 | 186.9 | 0.82 | 0.27 |
| Hex | C | 70 | 7D | 5A | A | 0 | 33 | BB | 52 | 1B |
| Octal | 14 | 160 | 175 | 132 | 12 | 0 | 63 | 273 | 122 | 33 |
| Binary | 1100 | 1110000 | 1111101 | 1011010 | 1010 | 0 | 110011 | 10111011 | 1010010 | 11011 |
Color Harmonies of #0C707D
Complementary color
Monochromatic Colors of #0C707D
Black with #0C707D
Text Example
Text Example
White with #0C707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C707D; }
p { color: rgb(12,112,125); }
H1.HeaderClassName
{
color: #0C707D;
}
.AnyTagClassName
{
color: #0C707D;
}
</style>
background-color css
<style>
a { background-color: #0C707D; }
a { background-color: rgb(12,112,125); }
div.DivClassName
{
background-color: #0C707D;
}
.BgClassName
{
background-color: #0C707D;
}
</style>
border-color css
<style>
span { border-color: #0C707D; }
span { border-color: rgb(12,112,125); }
td.TdClassName
{
border-color: #0C707D;
}
.TagClassName
{
border-color: #0C707D;
}
</style>