Shades of Allports #0C678B
Tints of Allports #0C678B
RGB
CMYK
RGB Variations
Color information
#0C678B (or 0x0C678B) is known color: Allports. HEX triplet: 0C, 67 and 8B. RGB value is (12,103,139). Sum of RGB (Red+Green+Blue) = 12+103+139=254 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.72% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #0C678B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C678B is #F39874. Grayscale: #4F4F4F. Windows color (decimal): -15964277 or 9135884. OLE color: 9135884.
HSL color Cylindrical-coordinate representation of color #0C678B: hue angle of 197.01º 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 #0C678B is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 103 | 139 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.45 |
| HSL | 197.01º | 0.84% | 0.3% | - |
| HSV(B) | 197.01º | 0.91% | 0.55% | - |
| XYZ | 9.66 | 11.64 | 26.16 | - |
| YUV | 79.9 | 161.35 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 103 | 139 | 0.91 | 0.26 | 0 | 0.45 | 197.01 | 0.84 | 0.3 |
| Hex | C | 67 | 8B | 5B | 1A | 0 | 2D | C5 | 54 | 1E |
| Octal | 14 | 147 | 213 | 133 | 32 | 0 | 55 | 305 | 124 | 36 |
| Binary | 1100 | 1100111 | 10001011 | 1011011 | 11010 | 0 | 101101 | 11000101 | 1010100 | 11110 |
Color Harmonies of #0C678B
Complementary color
Monochromatic Colors of #0C678B
Black with #0C678B
Text Example
Text Example
White with #0C678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C678B; }
p { color: rgb(12,103,139); }
H1.HeaderClassName
{
color: #0C678B;
}
.AnyTagClassName
{
color: #0C678B;
}
</style>
background-color css
<style>
a { background-color: #0C678B; }
a { background-color: rgb(12,103,139); }
div.DivClassName
{
background-color: #0C678B;
}
.BgClassName
{
background-color: #0C678B;
}
</style>
border-color css
<style>
span { border-color: #0C678B; }
span { border-color: rgb(12,103,139); }
td.TdClassName
{
border-color: #0C678B;
}
.TagClassName
{
border-color: #0C678B;
}
</style>