Shades of Allports #0C7081
Tints of Allports #0C7081
RGB
CMYK
RGB Variations
Color information
#0C7081 (or 0x0C7081) is known color: Allports. HEX triplet: 0C, 70 and 81. RGB value is (12,112,129). Sum of RGB (Red+Green+Blue) = 12+112+129=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 129 (50.78% from 255 or 50.99% from 253); Max value from RGB is 129 - color contains mainly: blue. Hex color #0C7081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7081 is #F38F7E. Grayscale: #535353. Windows color (decimal): -15961983 or 8482828. OLE color: 8482828.
HSL color Cylindrical-coordinate representation of color #0C7081: hue angle of 188.72º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C7081 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 12 | 112 | 129 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.49 |
| HSL | 188.72º | 0.83% | 0.28% | - |
| HSV(B) | 188.72º | 0.91% | 0.51% | - |
| XYZ | 9.91 | 13.25 | 22.8 | - |
| YUV | 84.04 | 153.37 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 112 | 129 | 0.91 | 0.13 | 0 | 0.49 | 188.72 | 0.83 | 0.28 |
| Hex | C | 70 | 81 | 5B | D | 0 | 31 | BD | 53 | 1C |
| Octal | 14 | 160 | 201 | 133 | 15 | 0 | 61 | 275 | 123 | 34 |
| Binary | 1100 | 1110000 | 10000001 | 1011011 | 1101 | 0 | 110001 | 10111101 | 1010011 | 11100 |
Color Harmonies of #0C7081
Complementary color
Monochromatic Colors of #0C7081
Black with #0C7081
Text Example
Text Example
White with #0C7081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7081; }
p { color: rgb(12,112,129); }
H1.HeaderClassName
{
color: #0C7081;
}
.AnyTagClassName
{
color: #0C7081;
}
</style>
background-color css
<style>
a { background-color: #0C7081; }
a { background-color: rgb(12,112,129); }
div.DivClassName
{
background-color: #0C7081;
}
.BgClassName
{
background-color: #0C7081;
}
</style>
border-color css
<style>
span { border-color: #0C7081; }
span { border-color: rgb(12,112,129); }
td.TdClassName
{
border-color: #0C7081;
}
.TagClassName
{
border-color: #0C7081;
}
</style>