Shades of Allports #12747D
Tints of Allports #12747D
RGB
CMYK
RGB Variations
Color information
#12747D (or 0x12747D) is known color: Allports. HEX triplet: 12, 74 and 7D. RGB value is (18,116,125). Sum of RGB (Red+Green+Blue) = 18+116+125=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #12747D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12747D is #ED8B82. Grayscale: #575757. Windows color (decimal): -15567747 or 8221714. OLE color: 8221714.
HSL color Cylindrical-coordinate representation of color #12747D: hue angle of 185.05º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12747D is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 116 | 125 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.51 |
| HSL | 185.05º | 0.75% | 0.28% | - |
| HSV(B) | 185.05º | 0.86% | 0.49% | - |
| XYZ | 10.2 | 14.1 | 21.59 | - |
| YUV | 87.72 | 149.03 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 116 | 125 | 0.86 | 0.07 | 0 | 0.51 | 185.05 | 0.75 | 0.28 |
| Hex | 12 | 74 | 7D | 56 | 7 | 0 | 33 | B9 | 4B | 1C |
| Octal | 22 | 164 | 175 | 126 | 7 | 0 | 63 | 271 | 113 | 34 |
| Binary | 10010 | 1110100 | 1111101 | 1010110 | 111 | 0 | 110011 | 10111001 | 1001011 | 11100 |
Color Harmonies of #12747D
Complementary color
Monochromatic Colors of #12747D
Black with #12747D
Text Example
Text Example
White with #12747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12747D; }
p { color: rgb(18,116,125); }
H1.HeaderClassName
{
color: #12747D;
}
.AnyTagClassName
{
color: #12747D;
}
</style>
background-color css
<style>
a { background-color: #12747D; }
a { background-color: rgb(18,116,125); }
div.DivClassName
{
background-color: #12747D;
}
.BgClassName
{
background-color: #12747D;
}
</style>
border-color css
<style>
span { border-color: #12747D; }
span { border-color: rgb(18,116,125); }
td.TdClassName
{
border-color: #12747D;
}
.TagClassName
{
border-color: #12747D;
}
</style>