Shades of Allports #127194
Tints of Allports #127194
RGB
CMYK
RGB Variations
Color information
#127194 (or 0x127194) is known color: Allports. HEX triplet: 12, 71 and 94. RGB value is (18,113,148). Sum of RGB (Red+Green+Blue) = 18+113+148=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 148 (58.20% from 255 or 53.05% from 279); Max value from RGB is 148 - color contains mainly: blue. Hex color #127194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127194 is #ED8E6B. Grayscale: #585858. Windows color (decimal): -15568492 or 9728274. OLE color: 9728274.
HSL color Cylindrical-coordinate representation of color #127194: hue angle of 196.15º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127194 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 113 | 148 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.42 |
| HSL | 196.15º | 0.78% | 0.33% | - |
| HSV(B) | 196.15º | 0.88% | 0.58% | - |
| XYZ | 11.5 | 14.08 | 30.13 | - |
| YUV | 88.59 | 161.53 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 148 | 0.88 | 0.24 | 0 | 0.42 | 196.15 | 0.78 | 0.33 |
| Hex | 12 | 71 | 94 | 58 | 18 | 0 | 2A | C4 | 4E | 21 |
| Octal | 22 | 161 | 224 | 130 | 30 | 0 | 52 | 304 | 116 | 41 |
| Binary | 10010 | 1110001 | 10010100 | 1011000 | 11000 | 0 | 101010 | 11000100 | 1001110 | 100001 |
Color Harmonies of #127194
Complementary color
Monochromatic Colors of #127194
Black with #127194
Text Example
Text Example
White with #127194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127194; }
p { color: rgb(18,113,148); }
H1.HeaderClassName
{
color: #127194;
}
.AnyTagClassName
{
color: #127194;
}
</style>
background-color css
<style>
a { background-color: #127194; }
a { background-color: rgb(18,113,148); }
div.DivClassName
{
background-color: #127194;
}
.BgClassName
{
background-color: #127194;
}
</style>
border-color css
<style>
span { border-color: #127194; }
span { border-color: rgb(18,113,148); }
td.TdClassName
{
border-color: #127194;
}
.TagClassName
{
border-color: #127194;
}
</style>