Shades of Allports #12697A
Tints of Allports #12697A
RGB
CMYK
RGB Variations
Color information
#12697A (or 0x12697A) is known color: Allports. HEX triplet: 12, 69 and 7A. RGB value is (18,105,122). Sum of RGB (Red+Green+Blue) = 18+105+122=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #12697A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12697A is #ED9685. Grayscale: #505050. Windows color (decimal): -15570566 or 8022290. OLE color: 8022290.
HSL color Cylindrical-coordinate representation of color #12697A: hue angle of 189.81º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12697A is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 105 | 122 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.52 |
| HSL | 189.81º | 0.74% | 0.27% | - |
| HSV(B) | 189.81º | 0.85% | 0.48% | - |
| XYZ | 8.81 | 11.64 | 20.19 | - |
| YUV | 80.93 | 151.18 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 105 | 122 | 0.85 | 0.14 | 0 | 0.52 | 189.81 | 0.74 | 0.27 |
| Hex | 12 | 69 | 7A | 55 | E | 0 | 34 | BE | 4A | 1B |
| Octal | 22 | 151 | 172 | 125 | 16 | 0 | 64 | 276 | 112 | 33 |
| Binary | 10010 | 1101001 | 1111010 | 1010101 | 1110 | 0 | 110100 | 10111110 | 1001010 | 11011 |
Color Harmonies of #12697A
Complementary color
Monochromatic Colors of #12697A
Black with #12697A
Text Example
Text Example
White with #12697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12697A; }
p { color: rgb(18,105,122); }
H1.HeaderClassName
{
color: #12697A;
}
.AnyTagClassName
{
color: #12697A;
}
</style>
background-color css
<style>
a { background-color: #12697A; }
a { background-color: rgb(18,105,122); }
div.DivClassName
{
background-color: #12697A;
}
.BgClassName
{
background-color: #12697A;
}
</style>
border-color css
<style>
span { border-color: #12697A; }
span { border-color: rgb(18,105,122); }
td.TdClassName
{
border-color: #12697A;
}
.TagClassName
{
border-color: #12697A;
}
</style>