Shades of Allports #12657C
Tints of Allports #12657C
RGB
CMYK
RGB Variations
Color information
#12657C (or 0x12657C) is known color: Allports. HEX triplet: 12, 65 and 7C. RGB value is (18,101,124). Sum of RGB (Red+Green+Blue) = 18+101+124=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #12657C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12657C is #ED9A83. Grayscale: #4E4E4E. Windows color (decimal): -15571588 or 8152338. OLE color: 8152338.
HSL color Cylindrical-coordinate representation of color #12657C: hue angle of 193.02º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12657C is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 101 | 124 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.51 |
| HSL | 193.02º | 0.75% | 0.28% | - |
| HSV(B) | 193.02º | 0.85% | 0.49% | - |
| XYZ | 8.54 | 10.89 | 20.72 | - |
| YUV | 78.81 | 153.5 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 101 | 124 | 0.85 | 0.19 | 0 | 0.51 | 193.02 | 0.75 | 0.28 |
| Hex | 12 | 65 | 7C | 55 | 13 | 0 | 33 | C1 | 4B | 1C |
| Octal | 22 | 145 | 174 | 125 | 23 | 0 | 63 | 301 | 113 | 34 |
| Binary | 10010 | 1100101 | 1111100 | 1010101 | 10011 | 0 | 110011 | 11000001 | 1001011 | 11100 |
Color Harmonies of #12657C
Complementary color
Monochromatic Colors of #12657C
Black with #12657C
Text Example
Text Example
White with #12657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12657C; }
p { color: rgb(18,101,124); }
H1.HeaderClassName
{
color: #12657C;
}
.AnyTagClassName
{
color: #12657C;
}
</style>
background-color css
<style>
a { background-color: #12657C; }
a { background-color: rgb(18,101,124); }
div.DivClassName
{
background-color: #12657C;
}
.BgClassName
{
background-color: #12657C;
}
</style>
border-color css
<style>
span { border-color: #12657C; }
span { border-color: rgb(18,101,124); }
td.TdClassName
{
border-color: #12657C;
}
.TagClassName
{
border-color: #12657C;
}
</style>