Shades of Allports #126278
Tints of Allports #126278
RGB
CMYK
RGB Variations
Color information
#126278 (or 0x126278) is known color: Allports. HEX triplet: 12, 62 and 78. RGB value is (18,98,120). Sum of RGB (Red+Green+Blue) = 18+98+120=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #126278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126278 is #ED9D87. Grayscale: #4C4C4C. Windows color (decimal): -15572360 or 7889426. OLE color: 7889426.
HSL color Cylindrical-coordinate representation of color #126278: hue angle of 192.94º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #126278 is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 98 | 120 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.53 |
| HSL | 192.94º | 0.74% | 0.27% | - |
| HSV(B) | 192.94º | 0.85% | 0.47% | - |
| XYZ | 8.01 | 10.22 | 19.32 | - |
| YUV | 76.59 | 152.5 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 98 | 120 | 0.85 | 0.18 | 0 | 0.53 | 192.94 | 0.74 | 0.27 |
| Hex | 12 | 62 | 78 | 55 | 12 | 0 | 35 | C1 | 4A | 1B |
| Octal | 22 | 142 | 170 | 125 | 22 | 0 | 65 | 301 | 112 | 33 |
| Binary | 10010 | 1100010 | 1111000 | 1010101 | 10010 | 0 | 110101 | 11000001 | 1001010 | 11011 |
Color Harmonies of #126278
Complementary color
Monochromatic Colors of #126278
Black with #126278
Text Example
Text Example
White with #126278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126278; }
p { color: rgb(18,98,120); }
H1.HeaderClassName
{
color: #126278;
}
.AnyTagClassName
{
color: #126278;
}
</style>
background-color css
<style>
a { background-color: #126278; }
a { background-color: rgb(18,98,120); }
div.DivClassName
{
background-color: #126278;
}
.BgClassName
{
background-color: #126278;
}
</style>
border-color css
<style>
span { border-color: #126278; }
span { border-color: rgb(18,98,120); }
td.TdClassName
{
border-color: #126278;
}
.TagClassName
{
border-color: #126278;
}
</style>