Shades of Allports #127388
Tints of Allports #127388
RGB
CMYK
RGB Variations
Color information
#127388 (or 0x127388) is known color: Allports. HEX triplet: 12, 73 and 88. RGB value is (18,115,136). Sum of RGB (Red+Green+Blue) = 18+115+136=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #127388 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127388 is #ED8C77. Grayscale: #585858. Windows color (decimal): -15567992 or 8942354. OLE color: 8942354.
HSL color Cylindrical-coordinate representation of color #127388: hue angle of 190.68º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #127388 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 115 | 136 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.47 |
| HSL | 190.68º | 0.77% | 0.3% | - |
| HSV(B) | 190.68º | 0.87% | 0.53% | - |
| XYZ | 10.82 | 14.17 | 25.46 | - |
| YUV | 88.39 | 154.86 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 136 | 0.87 | 0.15 | 0 | 0.47 | 190.68 | 0.77 | 0.3 |
| Hex | 12 | 73 | 88 | 57 | F | 0 | 2F | BF | 4D | 1E |
| Octal | 22 | 163 | 210 | 127 | 17 | 0 | 57 | 277 | 115 | 36 |
| Binary | 10010 | 1110011 | 10001000 | 1010111 | 1111 | 0 | 101111 | 10111111 | 1001101 | 11110 |
Color Harmonies of #127388
Complementary color
Monochromatic Colors of #127388
Black with #127388
Text Example
Text Example
White with #127388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127388; }
p { color: rgb(18,115,136); }
H1.HeaderClassName
{
color: #127388;
}
.AnyTagClassName
{
color: #127388;
}
</style>
background-color css
<style>
a { background-color: #127388; }
a { background-color: rgb(18,115,136); }
div.DivClassName
{
background-color: #127388;
}
.BgClassName
{
background-color: #127388;
}
</style>
border-color css
<style>
span { border-color: #127388; }
span { border-color: rgb(18,115,136); }
td.TdClassName
{
border-color: #127388;
}
.TagClassName
{
border-color: #127388;
}
</style>