Shades of Allports #0C608A
Tints of Allports #0C608A
RGB
CMYK
RGB Variations
Color information
#0C608A (or 0x0C608A) is known color: Allports. HEX triplet: 0C, 60 and 8A. RGB value is (12,96,138). Sum of RGB (Red+Green+Blue) = 12+96+138=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 138 (54.30% from 255 or 56.10% from 246); Max value from RGB is 138 - color contains mainly: blue. Hex color #0C608A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C608A is #F39F75. Grayscale: #4B4B4B. Windows color (decimal): -15966070 or 9068556. OLE color: 9068556.
HSL color Cylindrical-coordinate representation of color #0C608A: hue angle of 200º 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 #0C608A is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 96 | 138 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.46 |
| HSL | 200º | 0.84% | 0.29% | - |
| HSV(B) | 200º | 0.91% | 0.54% | - |
| XYZ | 8.92 | 10.28 | 25.56 | - |
| YUV | 75.67 | 163.17 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 96 | 138 | 0.91 | 0.30 | 0 | 0.46 | 200 | 0.84 | 0.29 |
| Hex | C | 60 | 8A | 5B | 1E | 0 | 2E | C8 | 54 | 1D |
| Octal | 14 | 140 | 212 | 133 | 36 | 0 | 56 | 310 | 124 | 35 |
| Binary | 1100 | 1100000 | 10001010 | 1011011 | 11110 | 0 | 101110 | 11001000 | 1010100 | 11101 |
Color Harmonies of #0C608A
Complementary color
Monochromatic Colors of #0C608A
Black with #0C608A
Text Example
Text Example
White with #0C608A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C608A; }
p { color: rgb(12,96,138); }
H1.HeaderClassName
{
color: #0C608A;
}
.AnyTagClassName
{
color: #0C608A;
}
</style>
background-color css
<style>
a { background-color: #0C608A; }
a { background-color: rgb(12,96,138); }
div.DivClassName
{
background-color: #0C608A;
}
.BgClassName
{
background-color: #0C608A;
}
</style>
border-color css
<style>
span { border-color: #0C608A; }
span { border-color: rgb(12,96,138); }
td.TdClassName
{
border-color: #0C608A;
}
.TagClassName
{
border-color: #0C608A;
}
</style>