Shades of Allports #127292
Tints of Allports #127292
RGB
CMYK
RGB Variations
Color information
#127292 (or 0x127292) is known color: Allports. HEX triplet: 12, 72 and 92. RGB value is (18,114,146). Sum of RGB (Red+Green+Blue) = 18+114+146=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #127292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127292 is #ED8D6D. Grayscale: #585858. Windows color (decimal): -15568238 or 9597458. OLE color: 9597458.
HSL color Cylindrical-coordinate representation of color #127292: hue angle of 195º 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 #127292 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 114 | 146 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.43 |
| HSL | 195º | 0.78% | 0.32% | - |
| HSV(B) | 195º | 0.88% | 0.57% | - |
| XYZ | 11.46 | 14.24 | 29.34 | - |
| YUV | 88.94 | 160.2 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 114 | 146 | 0.88 | 0.22 | 0 | 0.43 | 195 | 0.78 | 0.32 |
| Hex | 12 | 72 | 92 | 58 | 16 | 0 | 2B | C3 | 4E | 20 |
| Octal | 22 | 162 | 222 | 130 | 26 | 0 | 53 | 303 | 116 | 40 |
| Binary | 10010 | 1110010 | 10010010 | 1011000 | 10110 | 0 | 101011 | 11000011 | 1001110 | 100000 |
Color Harmonies of #127292
Complementary color
Monochromatic Colors of #127292
Black with #127292
Text Example
Text Example
White with #127292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127292; }
p { color: rgb(18,114,146); }
H1.HeaderClassName
{
color: #127292;
}
.AnyTagClassName
{
color: #127292;
}
</style>
background-color css
<style>
a { background-color: #127292; }
a { background-color: rgb(18,114,146); }
div.DivClassName
{
background-color: #127292;
}
.BgClassName
{
background-color: #127292;
}
</style>
border-color css
<style>
span { border-color: #127292; }
span { border-color: rgb(18,114,146); }
td.TdClassName
{
border-color: #127292;
}
.TagClassName
{
border-color: #127292;
}
</style>