Shades of Allports #126373
Tints of Allports #126373
RGB
CMYK
RGB Variations
Color information
#126373 (or 0x126373) is known color: Allports. HEX triplet: 12, 63 and 73. RGB value is (18,99,115). Sum of RGB (Red+Green+Blue) = 18+99+115=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 99 (39.06% from 255 or 42.67% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #126373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126373 is #ED9C8C. Grayscale: #4C4C4C. Windows color (decimal): -15572109 or 7562002. OLE color: 7562002.
HSL color Cylindrical-coordinate representation of color #126373: hue angle of 189.9º 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 #126373 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 99 | 115 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.55 |
| HSL | 189.9º | 0.73% | 0.26% | - |
| HSV(B) | 189.9º | 0.84% | 0.45% | - |
| XYZ | 7.81 | 10.29 | 17.79 | - |
| YUV | 76.61 | 149.66 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 115 | 0.84 | 0.14 | 0 | 0.55 | 189.9 | 0.73 | 0.26 |
| Hex | 12 | 63 | 73 | 54 | E | 0 | 37 | BE | 49 | 1A |
| Octal | 22 | 143 | 163 | 124 | 16 | 0 | 67 | 276 | 111 | 32 |
| Binary | 10010 | 1100011 | 1110011 | 1010100 | 1110 | 0 | 110111 | 10111110 | 1001001 | 11010 |
Color Harmonies of #126373
Complementary color
Monochromatic Colors of #126373
Black with #126373
Text Example
Text Example
White with #126373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126373; }
p { color: rgb(18,99,115); }
H1.HeaderClassName
{
color: #126373;
}
.AnyTagClassName
{
color: #126373;
}
</style>
background-color css
<style>
a { background-color: #126373; }
a { background-color: rgb(18,99,115); }
div.DivClassName
{
background-color: #126373;
}
.BgClassName
{
background-color: #126373;
}
</style>
border-color css
<style>
span { border-color: #126373; }
span { border-color: rgb(18,99,115); }
td.TdClassName
{
border-color: #126373;
}
.TagClassName
{
border-color: #126373;
}
</style>