Shades of Allports #126482
Tints of Allports #126482
RGB
CMYK
RGB Variations
Color information
#126482 (or 0x126482) is known color: Allports. HEX triplet: 12, 64 and 82. RGB value is (18,100,130). Sum of RGB (Red+Green+Blue) = 18+100+130=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #126482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126482 is #ED9B7D. Grayscale: #4E4E4E. Windows color (decimal): -15571838 or 8545298. OLE color: 8545298.
HSL color Cylindrical-coordinate representation of color #126482: hue angle of 196.07º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #126482 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 100 | 130 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.49 |
| HSL | 196.07º | 0.76% | 0.29% | - |
| HSV(B) | 196.07º | 0.86% | 0.51% | - |
| XYZ | 8.84 | 10.85 | 22.75 | - |
| YUV | 78.9 | 156.83 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 100 | 130 | 0.86 | 0.23 | 0 | 0.49 | 196.07 | 0.76 | 0.29 |
| Hex | 12 | 64 | 82 | 56 | 17 | 0 | 31 | C4 | 4C | 1D |
| Octal | 22 | 144 | 202 | 126 | 27 | 0 | 61 | 304 | 114 | 35 |
| Binary | 10010 | 1100100 | 10000010 | 1010110 | 10111 | 0 | 110001 | 11000100 | 1001100 | 11101 |
Color Harmonies of #126482
Complementary color
Monochromatic Colors of #126482
Black with #126482
Text Example
Text Example
White with #126482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126482; }
p { color: rgb(18,100,130); }
H1.HeaderClassName
{
color: #126482;
}
.AnyTagClassName
{
color: #126482;
}
</style>
background-color css
<style>
a { background-color: #126482; }
a { background-color: rgb(18,100,130); }
div.DivClassName
{
background-color: #126482;
}
.BgClassName
{
background-color: #126482;
}
</style>
border-color css
<style>
span { border-color: #126482; }
span { border-color: rgb(18,100,130); }
td.TdClassName
{
border-color: #126482;
}
.TagClassName
{
border-color: #126482;
}
</style>