Shades of Allports #0C6A8D
Tints of Allports #0C6A8D
RGB
CMYK
RGB Variations
Color information
#0C6A8D (or 0x0C6A8D) is known color: Allports. HEX triplet: 0C, 6A and 8D. RGB value is (12,106,141). Sum of RGB (Red+Green+Blue) = 12+106+141=259 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.63% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C6A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6A8D is #F39572. Grayscale: #515151. Windows color (decimal): -15963507 or 9267724. OLE color: 9267724.
HSL color Cylindrical-coordinate representation of color #0C6A8D: hue angle of 196.28º 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 #0C6A8D is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 106 | 141 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.45 |
| HSL | 196.28º | 0.84% | 0.3% | - |
| HSV(B) | 196.28º | 0.91% | 0.55% | - |
| XYZ | 10.11 | 12.31 | 27.04 | - |
| YUV | 81.88 | 161.36 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 106 | 141 | 0.91 | 0.25 | 0 | 0.45 | 196.28 | 0.84 | 0.3 |
| Hex | C | 6A | 8D | 5B | 19 | 0 | 2D | C4 | 54 | 1E |
| Octal | 14 | 152 | 215 | 133 | 31 | 0 | 55 | 304 | 124 | 36 |
| Binary | 1100 | 1101010 | 10001101 | 1011011 | 11001 | 0 | 101101 | 11000100 | 1010100 | 11110 |
Color Harmonies of #0C6A8D
Complementary color
Monochromatic Colors of #0C6A8D
Black with #0C6A8D
Text Example
Text Example
White with #0C6A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6A8D; }
p { color: rgb(12,106,141); }
H1.HeaderClassName
{
color: #0C6A8D;
}
.AnyTagClassName
{
color: #0C6A8D;
}
</style>
background-color css
<style>
a { background-color: #0C6A8D; }
a { background-color: rgb(12,106,141); }
div.DivClassName
{
background-color: #0C6A8D;
}
.BgClassName
{
background-color: #0C6A8D;
}
</style>
border-color css
<style>
span { border-color: #0C6A8D; }
span { border-color: rgb(12,106,141); }
td.TdClassName
{
border-color: #0C6A8D;
}
.TagClassName
{
border-color: #0C6A8D;
}
</style>