Shades of Allports #0C6788
Tints of Allports #0C6788
RGB
CMYK
RGB Variations
Color information
#0C6788 (or 0x0C6788) is known color: Allports. HEX triplet: 0C, 67 and 88. RGB value is (12,103,136). Sum of RGB (Red+Green+Blue) = 12+103+136=251 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.78% from 251); Green value is 103 (40.62% from 255 or 41.04% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #0C6788 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6788 is #F39877. Grayscale: #4F4F4F. Windows color (decimal): -15964280 or 8939276. OLE color: 8939276.
HSL color Cylindrical-coordinate representation of color #0C6788: hue angle of 195.97º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C6788 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 103 | 136 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.47 |
| HSL | 195.97º | 0.84% | 0.29% | - |
| HSV(B) | 195.97º | 0.91% | 0.53% | - |
| XYZ | 9.45 | 11.56 | 25.03 | - |
| YUV | 79.55 | 159.85 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 103 | 136 | 0.91 | 0.24 | 0 | 0.47 | 195.97 | 0.84 | 0.29 |
| Hex | C | 67 | 88 | 5B | 18 | 0 | 2F | C4 | 54 | 1D |
| Octal | 14 | 147 | 210 | 133 | 30 | 0 | 57 | 304 | 124 | 35 |
| Binary | 1100 | 1100111 | 10001000 | 1011011 | 11000 | 0 | 101111 | 11000100 | 1010100 | 11101 |
Color Harmonies of #0C6788
Complementary color
Monochromatic Colors of #0C6788
Black with #0C6788
Text Example
Text Example
White with #0C6788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6788; }
p { color: rgb(12,103,136); }
H1.HeaderClassName
{
color: #0C6788;
}
.AnyTagClassName
{
color: #0C6788;
}
</style>
background-color css
<style>
a { background-color: #0C6788; }
a { background-color: rgb(12,103,136); }
div.DivClassName
{
background-color: #0C6788;
}
.BgClassName
{
background-color: #0C6788;
}
</style>
border-color css
<style>
span { border-color: #0C6788; }
span { border-color: rgb(12,103,136); }
td.TdClassName
{
border-color: #0C6788;
}
.TagClassName
{
border-color: #0C6788;
}
</style>