Shades of Allports #127384
Tints of Allports #127384
RGB
CMYK
RGB Variations
Color information
#127384 (or 0x127384) is known color: Allports. HEX triplet: 12, 73 and 84. RGB value is (18,115,132). Sum of RGB (Red+Green+Blue) = 18+115+132=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #127384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127384 is #ED8C7B. Grayscale: #575757. Windows color (decimal): -15567996 or 8680210. OLE color: 8680210.
HSL color Cylindrical-coordinate representation of color #127384: hue angle of 188.95º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127384 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 115 | 132 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.48 |
| HSL | 188.95º | 0.76% | 0.29% | - |
| HSV(B) | 188.95º | 0.86% | 0.52% | - |
| XYZ | 10.55 | 14.06 | 23.99 | - |
| YUV | 87.94 | 152.86 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 132 | 0.86 | 0.13 | 0 | 0.48 | 188.95 | 0.76 | 0.29 |
| Hex | 12 | 73 | 84 | 56 | D | 0 | 30 | BD | 4C | 1D |
| Octal | 22 | 163 | 204 | 126 | 15 | 0 | 60 | 275 | 114 | 35 |
| Binary | 10010 | 1110011 | 10000100 | 1010110 | 1101 | 0 | 110000 | 10111101 | 1001100 | 11101 |
Color Harmonies of #127384
Complementary color
Monochromatic Colors of #127384
Black with #127384
Text Example
Text Example
White with #127384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127384; }
p { color: rgb(18,115,132); }
H1.HeaderClassName
{
color: #127384;
}
.AnyTagClassName
{
color: #127384;
}
</style>
background-color css
<style>
a { background-color: #127384; }
a { background-color: rgb(18,115,132); }
div.DivClassName
{
background-color: #127384;
}
.BgClassName
{
background-color: #127384;
}
</style>
border-color css
<style>
span { border-color: #127384; }
span { border-color: rgb(18,115,132); }
td.TdClassName
{
border-color: #127384;
}
.TagClassName
{
border-color: #127384;
}
</style>