Shades of Allports #127692
Tints of Allports #127692
RGB
CMYK
RGB Variations
Color information
#127692 (or 0x127692) is known color: Allports. HEX triplet: 12, 76 and 92. RGB value is (18,118,146). Sum of RGB (Red+Green+Blue) = 18+118+146=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #127692 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127692 is #ED896D. Grayscale: #5B5B5B. Windows color (decimal): -15567214 or 9598482. OLE color: 9598482.
HSL color Cylindrical-coordinate representation of color #127692: hue angle of 193.12º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127692 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 118 | 146 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.43 |
| HSL | 193.13º | 0.78% | 0.32% | - |
| HSV(B) | 193.13º | 0.88% | 0.57% | - |
| XYZ | 11.92 | 15.16 | 29.49 | - |
| YUV | 91.29 | 158.87 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 118 | 146 | 0.88 | 0.19 | 0 | 0.43 | 193.13 | 0.78 | 0.32 |
| Hex | 12 | 76 | 92 | 58 | 13 | 0 | 2B | C1 | 4E | 20 |
| Octal | 22 | 166 | 222 | 130 | 23 | 0 | 53 | 301 | 116 | 40 |
| Binary | 10010 | 1110110 | 10010010 | 1011000 | 10011 | 0 | 101011 | 11000001 | 1001110 | 100000 |
Color Harmonies of #127692
Complementary color
Monochromatic Colors of #127692
Black with #127692
Text Example
Text Example
White with #127692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127692; }
p { color: rgb(18,118,146); }
H1.HeaderClassName
{
color: #127692;
}
.AnyTagClassName
{
color: #127692;
}
</style>
background-color css
<style>
a { background-color: #127692; }
a { background-color: rgb(18,118,146); }
div.DivClassName
{
background-color: #127692;
}
.BgClassName
{
background-color: #127692;
}
</style>
border-color css
<style>
span { border-color: #127692; }
span { border-color: rgb(18,118,146); }
td.TdClassName
{
border-color: #127692;
}
.TagClassName
{
border-color: #127692;
}
</style>