Shades of Allports #0C608C
Tints of Allports #0C608C
RGB
CMYK
RGB Variations
Color information
#0C608C (or 0x0C608C) is known color: Allports. HEX triplet: 0C, 60 and 8C. RGB value is (12,96,140). Sum of RGB (Red+Green+Blue) = 12+96+140=248 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.84% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 140 (55.08% from 255 or 56.45% from 248); Max value from RGB is 140 - color contains mainly: blue. Hex color #0C608C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C608C is #F39F73. Grayscale: #4B4B4B. Windows color (decimal): -15966068 or 9199628. OLE color: 9199628.
HSL color Cylindrical-coordinate representation of color #0C608C: hue angle of 200.62º 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 #0C608C is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 96 | 140 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.45 |
| HSL | 200.63º | 0.84% | 0.3% | - |
| HSV(B) | 200.63º | 0.91% | 0.55% | - |
| XYZ | 9.07 | 10.34 | 26.33 | - |
| YUV | 75.9 | 164.17 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 96 | 140 | 0.91 | 0.31 | 0 | 0.45 | 200.63 | 0.84 | 0.3 |
| Hex | C | 60 | 8C | 5B | 1F | 0 | 2D | C9 | 54 | 1E |
| Octal | 14 | 140 | 214 | 133 | 37 | 0 | 55 | 311 | 124 | 36 |
| Binary | 1100 | 1100000 | 10001100 | 1011011 | 11111 | 0 | 101101 | 11001001 | 1010100 | 11110 |
Color Harmonies of #0C608C
Complementary color
Monochromatic Colors of #0C608C
Black with #0C608C
Text Example
Text Example
White with #0C608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C608C; }
p { color: rgb(12,96,140); }
H1.HeaderClassName
{
color: #0C608C;
}
.AnyTagClassName
{
color: #0C608C;
}
</style>
background-color css
<style>
a { background-color: #0C608C; }
a { background-color: rgb(12,96,140); }
div.DivClassName
{
background-color: #0C608C;
}
.BgClassName
{
background-color: #0C608C;
}
</style>
border-color css
<style>
span { border-color: #0C608C; }
span { border-color: rgb(12,96,140); }
td.TdClassName
{
border-color: #0C608C;
}
.TagClassName
{
border-color: #0C608C;
}
</style>