Shades of Allports #126384
Tints of Allports #126384
RGB
CMYK
RGB Variations
Color information
#126384 (or 0x126384) is known color: Allports. HEX triplet: 12, 63 and 84. RGB value is (18,99,132). Sum of RGB (Red+Green+Blue) = 18+99+132=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #126384 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126384 is #ED9C7B. Grayscale: #4E4E4E. Windows color (decimal): -15572092 or 8676114. OLE color: 8676114.
HSL color Cylindrical-coordinate representation of color #126384: hue angle of 197.37º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #126384 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 99 | 132 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.48 |
| HSL | 197.37º | 0.76% | 0.29% | - |
| HSV(B) | 197.37º | 0.86% | 0.52% | - |
| XYZ | 8.88 | 10.72 | 23.43 | - |
| YUV | 78.54 | 158.16 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 99 | 132 | 0.86 | 0.25 | 0 | 0.48 | 197.37 | 0.76 | 0.29 |
| Hex | 12 | 63 | 84 | 56 | 19 | 0 | 30 | C5 | 4C | 1D |
| Octal | 22 | 143 | 204 | 126 | 31 | 0 | 60 | 305 | 114 | 35 |
| Binary | 10010 | 1100011 | 10000100 | 1010110 | 11001 | 0 | 110000 | 11000101 | 1001100 | 11101 |
Color Harmonies of #126384
Complementary color
Monochromatic Colors of #126384
Black with #126384
Text Example
Text Example
White with #126384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126384; }
p { color: rgb(18,99,132); }
H1.HeaderClassName
{
color: #126384;
}
.AnyTagClassName
{
color: #126384;
}
</style>
background-color css
<style>
a { background-color: #126384; }
a { background-color: rgb(18,99,132); }
div.DivClassName
{
background-color: #126384;
}
.BgClassName
{
background-color: #126384;
}
</style>
border-color css
<style>
span { border-color: #126384; }
span { border-color: rgb(18,99,132); }
td.TdClassName
{
border-color: #126384;
}
.TagClassName
{
border-color: #126384;
}
</style>