Shades of Allports #0C7184
Tints of Allports #0C7184
RGB
CMYK
RGB Variations
Color information
#0C7184 (or 0x0C7184) is known color: Allports. HEX triplet: 0C, 71 and 84. RGB value is (12,113,132). Sum of RGB (Red+Green+Blue) = 12+113+132=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #0C7184 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C7184 is #F38E7B. Grayscale: #545454. Windows color (decimal): -15961724 or 8679692. OLE color: 8679692.
HSL color Cylindrical-coordinate representation of color #0C7184: hue angle of 189.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C7184 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 12 | 113 | 132 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.48 |
| HSL | 189.5º | 0.83% | 0.28% | - |
| HSV(B) | 189.5º | 0.91% | 0.52% | - |
| XYZ | 10.22 | 13.55 | 23.91 | - |
| YUV | 84.97 | 154.54 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 113 | 132 | 0.91 | 0.14 | 0 | 0.48 | 189.5 | 0.83 | 0.28 |
| Hex | C | 71 | 84 | 5B | E | 0 | 30 | BE | 53 | 1C |
| Octal | 14 | 161 | 204 | 133 | 16 | 0 | 60 | 276 | 123 | 34 |
| Binary | 1100 | 1110001 | 10000100 | 1011011 | 1110 | 0 | 110000 | 10111110 | 1010011 | 11100 |
Color Harmonies of #0C7184
Complementary color
Monochromatic Colors of #0C7184
Black with #0C7184
Text Example
Text Example
White with #0C7184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7184; }
p { color: rgb(12,113,132); }
H1.HeaderClassName
{
color: #0C7184;
}
.AnyTagClassName
{
color: #0C7184;
}
</style>
background-color css
<style>
a { background-color: #0C7184; }
a { background-color: rgb(12,113,132); }
div.DivClassName
{
background-color: #0C7184;
}
.BgClassName
{
background-color: #0C7184;
}
</style>
border-color css
<style>
span { border-color: #0C7184; }
span { border-color: rgb(12,113,132); }
td.TdClassName
{
border-color: #0C7184;
}
.TagClassName
{
border-color: #0C7184;
}
</style>