Shades of Allports #127491
Tints of Allports #127491
RGB
CMYK
RGB Variations
Color information
#127491 (or 0x127491) is known color: Allports. HEX triplet: 12, 74 and 91. RGB value is (18,116,145). Sum of RGB (Red+Green+Blue) = 18+116+145=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #127491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127491 is #ED8B6E. Grayscale: #595959. Windows color (decimal): -15567727 or 9532434. OLE color: 9532434.
HSL color Cylindrical-coordinate representation of color #127491: hue angle of 193.7º 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 #127491 is Cyan = 0.88, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 116 | 145 | - |
| CMYK | 0.88 | 0.2 | 0 | 0.43 |
| HSL | 193.7º | 0.78% | 0.32% | - |
| HSV(B) | 193.7º | 0.88% | 0.57% | - |
| XYZ | 11.61 | 14.66 | 29.01 | - |
| YUV | 90 | 159.03 | 76.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 116 | 145 | 0.88 | 0.2 | 0 | 0.43 | 193.7 | 0.78 | 0.32 |
| Hex | 12 | 74 | 91 | 58 | 14 | 0 | 2B | C2 | 4E | 20 |
| Octal | 22 | 164 | 221 | 130 | 24 | 0 | 53 | 302 | 116 | 40 |
| Binary | 10010 | 1110100 | 10010001 | 1011000 | 10100 | 0 | 101011 | 11000010 | 1001110 | 100000 |
Color Harmonies of #127491
Complementary color
Monochromatic Colors of #127491
Black with #127491
Text Example
Text Example
White with #127491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127491; }
p { color: rgb(18,116,145); }
H1.HeaderClassName
{
color: #127491;
}
.AnyTagClassName
{
color: #127491;
}
</style>
background-color css
<style>
a { background-color: #127491; }
a { background-color: rgb(18,116,145); }
div.DivClassName
{
background-color: #127491;
}
.BgClassName
{
background-color: #127491;
}
</style>
border-color css
<style>
span { border-color: #127491; }
span { border-color: rgb(18,116,145); }
td.TdClassName
{
border-color: #127491;
}
.TagClassName
{
border-color: #127491;
}
</style>