Shades of Allports #0C638A
Tints of Allports #0C638A
RGB
CMYK
RGB Variations
Color information
#0C638A (or 0x0C638A) is known color: Allports. HEX triplet: 0C, 63 and 8A. RGB value is (12,99,138). Sum of RGB (Red+Green+Blue) = 12+99+138=249 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.82% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #0C638A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C638A is #F39C75. Grayscale: #4D4D4D. Windows color (decimal): -15965302 or 9069324. OLE color: 9069324.
HSL color Cylindrical-coordinate representation of color #0C638A: hue angle of 198.57º 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 #0C638A is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 99 | 138 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.46 |
| HSL | 198.57º | 0.84% | 0.29% | - |
| HSV(B) | 198.57º | 0.91% | 0.54% | - |
| XYZ | 9.2 | 10.84 | 25.65 | - |
| YUV | 77.43 | 162.18 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 99 | 138 | 0.91 | 0.28 | 0 | 0.46 | 198.57 | 0.84 | 0.29 |
| Hex | C | 63 | 8A | 5B | 1C | 0 | 2E | C7 | 54 | 1D |
| Octal | 14 | 143 | 212 | 133 | 34 | 0 | 56 | 307 | 124 | 35 |
| Binary | 1100 | 1100011 | 10001010 | 1011011 | 11100 | 0 | 101110 | 11000111 | 1010100 | 11101 |
Color Harmonies of #0C638A
Complementary color
Monochromatic Colors of #0C638A
Black with #0C638A
Text Example
Text Example
White with #0C638A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C638A; }
p { color: rgb(12,99,138); }
H1.HeaderClassName
{
color: #0C638A;
}
.AnyTagClassName
{
color: #0C638A;
}
</style>
background-color css
<style>
a { background-color: #0C638A; }
a { background-color: rgb(12,99,138); }
div.DivClassName
{
background-color: #0C638A;
}
.BgClassName
{
background-color: #0C638A;
}
</style>
border-color css
<style>
span { border-color: #0C638A; }
span { border-color: rgb(12,99,138); }
td.TdClassName
{
border-color: #0C638A;
}
.TagClassName
{
border-color: #0C638A;
}
</style>