Shades of Allports #0C667D
Tints of Allports #0C667D
RGB
CMYK
RGB Variations
Color information
#0C667D (or 0x0C667D) is known color: Allports. HEX triplet: 0C, 66 and 7D. RGB value is (12,102,125). Sum of RGB (Red+Green+Blue) = 12+102+125=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #0C667D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C667D is #F39982. Grayscale: #4D4D4D. Windows color (decimal): -15964547 or 8218124. OLE color: 8218124.
HSL color Cylindrical-coordinate representation of color #0C667D: hue angle of 192.21º 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 #0C667D is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 12 | 102 | 125 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.51 |
| HSL | 192.21º | 0.82% | 0.27% | - |
| HSV(B) | 192.21º | 0.9% | 0.49% | - |
| XYZ | 8.6 | 11.06 | 21.08 | - |
| YUV | 77.71 | 154.68 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 102 | 125 | 0.90 | 0.18 | 0 | 0.51 | 192.21 | 0.82 | 0.27 |
| Hex | C | 66 | 7D | 5A | 12 | 0 | 33 | C0 | 52 | 1B |
| Octal | 14 | 146 | 175 | 132 | 22 | 0 | 63 | 300 | 122 | 33 |
| Binary | 1100 | 1100110 | 1111101 | 1011010 | 10010 | 0 | 110011 | 11000000 | 1010010 | 11011 |
Color Harmonies of #0C667D
Complementary color
Monochromatic Colors of #0C667D
Black with #0C667D
Text Example
Text Example
White with #0C667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C667D; }
p { color: rgb(12,102,125); }
H1.HeaderClassName
{
color: #0C667D;
}
.AnyTagClassName
{
color: #0C667D;
}
</style>
background-color css
<style>
a { background-color: #0C667D; }
a { background-color: rgb(12,102,125); }
div.DivClassName
{
background-color: #0C667D;
}
.BgClassName
{
background-color: #0C667D;
}
</style>
border-color css
<style>
span { border-color: #0C667D; }
span { border-color: rgb(12,102,125); }
td.TdClassName
{
border-color: #0C667D;
}
.TagClassName
{
border-color: #0C667D;
}
</style>