Shades of Allports #12747B
Tints of Allports #12747B
RGB
CMYK
RGB Variations
Color information
#12747B (or 0x12747B) is known color: Allports. HEX triplet: 12, 74 and 7B. RGB value is (18,116,123). Sum of RGB (Red+Green+Blue) = 18+116+123=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #12747B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12747B is #ED8B84. Grayscale: #575757. Windows color (decimal): -15567749 or 8090642. OLE color: 8090642.
HSL color Cylindrical-coordinate representation of color #12747B: hue angle of 184º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12747B is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 116 | 123 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.52 |
| HSL | 184º | 0.74% | 0.28% | - |
| HSV(B) | 184º | 0.85% | 0.48% | - |
| XYZ | 10.07 | 14.05 | 20.92 | - |
| YUV | 87.5 | 148.03 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 116 | 123 | 0.85 | 0.06 | 0 | 0.52 | 184 | 0.74 | 0.28 |
| Hex | 12 | 74 | 7B | 55 | 6 | 0 | 34 | B8 | 4A | 1C |
| Octal | 22 | 164 | 173 | 125 | 6 | 0 | 64 | 270 | 112 | 34 |
| Binary | 10010 | 1110100 | 1111011 | 1010101 | 110 | 0 | 110100 | 10111000 | 1001010 | 11100 |
Color Harmonies of #12747B
Complementary color
Monochromatic Colors of #12747B
Black with #12747B
Text Example
Text Example
White with #12747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12747B; }
p { color: rgb(18,116,123); }
H1.HeaderClassName
{
color: #12747B;
}
.AnyTagClassName
{
color: #12747B;
}
</style>
background-color css
<style>
a { background-color: #12747B; }
a { background-color: rgb(18,116,123); }
div.DivClassName
{
background-color: #12747B;
}
.BgClassName
{
background-color: #12747B;
}
</style>
border-color css
<style>
span { border-color: #12747B; }
span { border-color: rgb(18,116,123); }
td.TdClassName
{
border-color: #12747B;
}
.TagClassName
{
border-color: #12747B;
}
</style>