Shades of Allports #126389
Tints of Allports #126389
RGB
CMYK
RGB Variations
Color information
#126389 (or 0x126389) is known color: Allports. HEX triplet: 12, 63 and 89. RGB value is (18,99,137). Sum of RGB (Red+Green+Blue) = 18+99+137=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #126389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126389 is #ED9C76. Grayscale: #4E4E4E. Windows color (decimal): -15572087 or 9003794. OLE color: 9003794.
HSL color Cylindrical-coordinate representation of color #126389: hue angle of 199.16º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #126389 is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 18 | 99 | 137 | - |
| CMYK | 0.87 | 0.28 | 0 | 0.46 |
| HSL | 199.16º | 0.77% | 0.3% | - |
| HSV(B) | 199.16º | 0.87% | 0.54% | - |
| XYZ | 9.23 | 10.86 | 25.28 | - |
| YUV | 79.11 | 160.66 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 137 | 0.87 | 0.28 | 0 | 0.46 | 199.16 | 0.77 | 0.3 |
| Hex | 12 | 63 | 89 | 57 | 1C | 0 | 2E | C7 | 4D | 1E |
| Octal | 22 | 143 | 211 | 127 | 34 | 0 | 56 | 307 | 115 | 36 |
| Binary | 10010 | 1100011 | 10001001 | 1010111 | 11100 | 0 | 101110 | 11000111 | 1001101 | 11110 |
Color Harmonies of #126389
Complementary color
Monochromatic Colors of #126389
Black with #126389
Text Example
Text Example
White with #126389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126389; }
p { color: rgb(18,99,137); }
H1.HeaderClassName
{
color: #126389;
}
.AnyTagClassName
{
color: #126389;
}
</style>
background-color css
<style>
a { background-color: #126389; }
a { background-color: rgb(18,99,137); }
div.DivClassName
{
background-color: #126389;
}
.BgClassName
{
background-color: #126389;
}
</style>
border-color css
<style>
span { border-color: #126389; }
span { border-color: rgb(18,99,137); }
td.TdClassName
{
border-color: #126389;
}
.TagClassName
{
border-color: #126389;
}
</style>