Shades of Allports #0C678A
Tints of Allports #0C678A
RGB
CMYK
RGB Variations
Color information
#0C678A (or 0x0C678A) is known color: Allports. HEX triplet: 0C, 67 and 8A. RGB value is (12,103,138). Sum of RGB (Red+Green+Blue) = 12+103+138=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #0C678A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C678A is #F39875. Grayscale: #4F4F4F. Windows color (decimal): -15964278 or 9070348. OLE color: 9070348.
HSL color Cylindrical-coordinate representation of color #0C678A: hue angle of 196.67º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C678A is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 103 | 138 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.46 |
| HSL | 196.67º | 0.84% | 0.29% | - |
| HSV(B) | 196.67º | 0.91% | 0.54% | - |
| XYZ | 9.59 | 11.61 | 25.78 | - |
| YUV | 79.78 | 160.85 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 103 | 138 | 0.91 | 0.25 | 0 | 0.46 | 196.67 | 0.84 | 0.29 |
| Hex | C | 67 | 8A | 5B | 19 | 0 | 2E | C5 | 54 | 1D |
| Octal | 14 | 147 | 212 | 133 | 31 | 0 | 56 | 305 | 124 | 35 |
| Binary | 1100 | 1100111 | 10001010 | 1011011 | 11001 | 0 | 101110 | 11000101 | 1010100 | 11101 |
Color Harmonies of #0C678A
Complementary color
Monochromatic Colors of #0C678A
Black with #0C678A
Text Example
Text Example
White with #0C678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C678A; }
p { color: rgb(12,103,138); }
H1.HeaderClassName
{
color: #0C678A;
}
.AnyTagClassName
{
color: #0C678A;
}
</style>
background-color css
<style>
a { background-color: #0C678A; }
a { background-color: rgb(12,103,138); }
div.DivClassName
{
background-color: #0C678A;
}
.BgClassName
{
background-color: #0C678A;
}
</style>
border-color css
<style>
span { border-color: #0C678A; }
span { border-color: rgb(12,103,138); }
td.TdClassName
{
border-color: #0C678A;
}
.TagClassName
{
border-color: #0C678A;
}
</style>