Shades of Allports #127392
Tints of Allports #127392
RGB
CMYK
RGB Variations
Color information
#127392 (or 0x127392) is known color: Allports. HEX triplet: 12, 73 and 92. RGB value is (18,115,146). Sum of RGB (Red+Green+Blue) = 18+115+146=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #127392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127392 is #ED8C6D. Grayscale: #595959. Windows color (decimal): -15567982 or 9597714. OLE color: 9597714.
HSL color Cylindrical-coordinate representation of color #127392: hue angle of 194.53º 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 #127392 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 115 | 146 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.43 |
| HSL | 194.53º | 0.78% | 0.32% | - |
| HSV(B) | 194.53º | 0.88% | 0.57% | - |
| XYZ | 11.57 | 14.47 | 29.38 | - |
| YUV | 89.53 | 159.86 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 146 | 0.88 | 0.21 | 0 | 0.43 | 194.53 | 0.78 | 0.32 |
| Hex | 12 | 73 | 92 | 58 | 15 | 0 | 2B | C3 | 4E | 20 |
| Octal | 22 | 163 | 222 | 130 | 25 | 0 | 53 | 303 | 116 | 40 |
| Binary | 10010 | 1110011 | 10010010 | 1011000 | 10101 | 0 | 101011 | 11000011 | 1001110 | 100000 |
Color Harmonies of #127392
Complementary color
Monochromatic Colors of #127392
Black with #127392
Text Example
Text Example
White with #127392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127392; }
p { color: rgb(18,115,146); }
H1.HeaderClassName
{
color: #127392;
}
.AnyTagClassName
{
color: #127392;
}
</style>
background-color css
<style>
a { background-color: #127392; }
a { background-color: rgb(18,115,146); }
div.DivClassName
{
background-color: #127392;
}
.BgClassName
{
background-color: #127392;
}
</style>
border-color css
<style>
span { border-color: #127392; }
span { border-color: rgb(18,115,146); }
td.TdClassName
{
border-color: #127392;
}
.TagClassName
{
border-color: #127392;
}
</style>