Shades of Allports #126075
Tints of Allports #126075
RGB
CMYK
RGB Variations
Color information
#126075 (or 0x126075) is known color: Allports. HEX triplet: 12, 60 and 75. RGB value is (18,96,117). Sum of RGB (Red+Green+Blue) = 18+96+117=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #126075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126075 is #ED9F8A. Grayscale: #4A4A4A. Windows color (decimal): -15572875 or 7692306. OLE color: 7692306.
HSL color Cylindrical-coordinate representation of color #126075: hue angle of 192.73º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #126075 is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 96 | 117 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.54 |
| HSL | 192.73º | 0.73% | 0.26% | - |
| HSV(B) | 192.73º | 0.85% | 0.46% | - |
| XYZ | 7.64 | 9.78 | 18.31 | - |
| YUV | 75.07 | 151.66 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 96 | 117 | 0.85 | 0.18 | 0 | 0.54 | 192.73 | 0.73 | 0.26 |
| Hex | 12 | 60 | 75 | 55 | 12 | 0 | 36 | C1 | 49 | 1A |
| Octal | 22 | 140 | 165 | 125 | 22 | 0 | 66 | 301 | 111 | 32 |
| Binary | 10010 | 1100000 | 1110101 | 1010101 | 10010 | 0 | 110110 | 11000001 | 1001001 | 11010 |
Color Harmonies of #126075
Complementary color
Monochromatic Colors of #126075
Black with #126075
Text Example
Text Example
White with #126075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126075; }
p { color: rgb(18,96,117); }
H1.HeaderClassName
{
color: #126075;
}
.AnyTagClassName
{
color: #126075;
}
</style>
background-color css
<style>
a { background-color: #126075; }
a { background-color: rgb(18,96,117); }
div.DivClassName
{
background-color: #126075;
}
.BgClassName
{
background-color: #126075;
}
</style>
border-color css
<style>
span { border-color: #126075; }
span { border-color: rgb(18,96,117); }
td.TdClassName
{
border-color: #126075;
}
.TagClassName
{
border-color: #126075;
}
</style>