Shades of Allports #126374
Tints of Allports #126374
RGB
CMYK
RGB Variations
Color information
#126374 (or 0x126374) is known color: Allports. HEX triplet: 12, 63 and 74. RGB value is (18,99,116). Sum of RGB (Red+Green+Blue) = 18+99+116=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #126374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126374 is #ED9C8B. Grayscale: #4C4C4C. Windows color (decimal): -15572108 or 7627538. OLE color: 7627538.
HSL color Cylindrical-coordinate representation of color #126374: hue angle of 190.41º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126374 is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 99 | 116 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.55 |
| HSL | 190.41º | 0.73% | 0.26% | - |
| HSV(B) | 190.41º | 0.84% | 0.45% | - |
| XYZ | 7.86 | 10.31 | 18.1 | - |
| YUV | 76.72 | 150.16 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 116 | 0.84 | 0.15 | 0 | 0.55 | 190.41 | 0.73 | 0.26 |
| Hex | 12 | 63 | 74 | 54 | F | 0 | 37 | BE | 49 | 1A |
| Octal | 22 | 143 | 164 | 124 | 17 | 0 | 67 | 276 | 111 | 32 |
| Binary | 10010 | 1100011 | 1110100 | 1010100 | 1111 | 0 | 110111 | 10111110 | 1001001 | 11010 |
Color Harmonies of #126374
Complementary color
Monochromatic Colors of #126374
Black with #126374
Text Example
Text Example
White with #126374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126374; }
p { color: rgb(18,99,116); }
H1.HeaderClassName
{
color: #126374;
}
.AnyTagClassName
{
color: #126374;
}
</style>
background-color css
<style>
a { background-color: #126374; }
a { background-color: rgb(18,99,116); }
div.DivClassName
{
background-color: #126374;
}
.BgClassName
{
background-color: #126374;
}
</style>
border-color css
<style>
span { border-color: #126374; }
span { border-color: rgb(18,99,116); }
td.TdClassName
{
border-color: #126374;
}
.TagClassName
{
border-color: #126374;
}
</style>