Shades of Allports #0C668D
Tints of Allports #0C668D
RGB
CMYK
RGB Variations
Color information
#0C668D (or 0x0C668D) is known color: Allports. HEX triplet: 0C, 66 and 8D. RGB value is (12,102,141). Sum of RGB (Red+Green+Blue) = 12+102+141=255 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.71% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C668D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C668D is #F39972. Grayscale: #4F4F4F. Windows color (decimal): -15964531 or 9266700. OLE color: 9266700.
HSL color Cylindrical-coordinate representation of color #0C668D: hue angle of 198.14º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C668D is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 102 | 141 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.45 |
| HSL | 198.14º | 0.84% | 0.3% | - |
| HSV(B) | 198.14º | 0.91% | 0.55% | - |
| XYZ | 9.71 | 11.5 | 26.91 | - |
| YUV | 79.54 | 162.68 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 102 | 141 | 0.91 | 0.28 | 0 | 0.45 | 198.14 | 0.84 | 0.3 |
| Hex | C | 66 | 8D | 5B | 1C | 0 | 2D | C6 | 54 | 1E |
| Octal | 14 | 146 | 215 | 133 | 34 | 0 | 55 | 306 | 124 | 36 |
| Binary | 1100 | 1100110 | 10001101 | 1011011 | 11100 | 0 | 101101 | 11000110 | 1010100 | 11110 |
Color Harmonies of #0C668D
Complementary color
Monochromatic Colors of #0C668D
Black with #0C668D
Text Example
Text Example
White with #0C668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C668D; }
p { color: rgb(12,102,141); }
H1.HeaderClassName
{
color: #0C668D;
}
.AnyTagClassName
{
color: #0C668D;
}
</style>
background-color css
<style>
a { background-color: #0C668D; }
a { background-color: rgb(12,102,141); }
div.DivClassName
{
background-color: #0C668D;
}
.BgClassName
{
background-color: #0C668D;
}
</style>
border-color css
<style>
span { border-color: #0C668D; }
span { border-color: rgb(12,102,141); }
td.TdClassName
{
border-color: #0C668D;
}
.TagClassName
{
border-color: #0C668D;
}
</style>