Shades of Allports #0C6380
Tints of Allports #0C6380
RGB
CMYK
RGB Variations
Color information
#0C6380 (or 0x0C6380) is known color: Allports. HEX triplet: 0C, 63 and 80. RGB value is (12,99,128). Sum of RGB (Red+Green+Blue) = 12+99+128=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #0C6380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6380 is #F39C7F. Grayscale: #4C4C4C. Windows color (decimal): -15965312 or 8413964. OLE color: 8413964.
HSL color Cylindrical-coordinate representation of color #0C6380: hue angle of 195º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C6380 is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 12 | 99 | 128 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.50 |
| HSL | 195º | 0.83% | 0.27% | - |
| HSV(B) | 195º | 0.91% | 0.5% | - |
| XYZ | 8.51 | 10.56 | 22.01 | - |
| YUV | 76.29 | 157.18 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 99 | 128 | 0.91 | 0.23 | 0 | 0.50 | 195 | 0.83 | 0.27 |
| Hex | C | 63 | 80 | 5B | 17 | 0 | 32 | C3 | 53 | 1B |
| Octal | 14 | 143 | 200 | 133 | 27 | 0 | 62 | 303 | 123 | 33 |
| Binary | 1100 | 1100011 | 10000000 | 1011011 | 10111 | 0 | 110010 | 11000011 | 1010011 | 11011 |
Color Harmonies of #0C6380
Complementary color
Monochromatic Colors of #0C6380
Black with #0C6380
Text Example
Text Example
White with #0C6380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6380; }
p { color: rgb(12,99,128); }
H1.HeaderClassName
{
color: #0C6380;
}
.AnyTagClassName
{
color: #0C6380;
}
</style>
background-color css
<style>
a { background-color: #0C6380; }
a { background-color: rgb(12,99,128); }
div.DivClassName
{
background-color: #0C6380;
}
.BgClassName
{
background-color: #0C6380;
}
</style>
border-color css
<style>
span { border-color: #0C6380; }
span { border-color: rgb(12,99,128); }
td.TdClassName
{
border-color: #0C6380;
}
.TagClassName
{
border-color: #0C6380;
}
</style>