Shades of Allports #0C648D
Tints of Allports #0C648D
RGB
CMYK
RGB Variations
Color information
#0C648D (or 0x0C648D) is known color: Allports. HEX triplet: 0C, 64 and 8D. RGB value is (12,100,141). Sum of RGB (Red+Green+Blue) = 12+100+141=253 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.74% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C648D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C648D is #F39B72. Grayscale: #4E4E4E. Windows color (decimal): -15965043 or 9266188. OLE color: 9266188.
HSL color Cylindrical-coordinate representation of color #0C648D: hue angle of 199.07º 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 #0C648D is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 100 | 141 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.45 |
| HSL | 199.07º | 0.84% | 0.3% | - |
| HSV(B) | 199.07º | 0.91% | 0.55% | - |
| XYZ | 9.52 | 11.12 | 26.84 | - |
| YUV | 78.36 | 163.35 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 100 | 141 | 0.91 | 0.29 | 0 | 0.45 | 199.07 | 0.84 | 0.3 |
| Hex | C | 64 | 8D | 5B | 1D | 0 | 2D | C7 | 54 | 1E |
| Octal | 14 | 144 | 215 | 133 | 35 | 0 | 55 | 307 | 124 | 36 |
| Binary | 1100 | 1100100 | 10001101 | 1011011 | 11101 | 0 | 101101 | 11000111 | 1010100 | 11110 |
Color Harmonies of #0C648D
Complementary color
Monochromatic Colors of #0C648D
Black with #0C648D
Text Example
Text Example
White with #0C648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C648D; }
p { color: rgb(12,100,141); }
H1.HeaderClassName
{
color: #0C648D;
}
.AnyTagClassName
{
color: #0C648D;
}
</style>
background-color css
<style>
a { background-color: #0C648D; }
a { background-color: rgb(12,100,141); }
div.DivClassName
{
background-color: #0C648D;
}
.BgClassName
{
background-color: #0C648D;
}
</style>
border-color css
<style>
span { border-color: #0C648D; }
span { border-color: rgb(12,100,141); }
td.TdClassName
{
border-color: #0C648D;
}
.TagClassName
{
border-color: #0C648D;
}
</style>