Shades of Allports #136274
Tints of Allports #136274
RGB
CMYK
RGB Variations
Color information
#136274 (or 0x136274) is known color: Allports. HEX triplet: 13, 62 and 74. RGB value is (19,98,116). Sum of RGB (Red+Green+Blue) = 19+98+116=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 98 (38.67% from 255 or 42.06% 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 #136274 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136274 is #EC9D8B. Grayscale: #4C4C4C. Windows color (decimal): -15506828 or 7627283. OLE color: 7627283.
HSL color Cylindrical-coordinate representation of color #136274: hue angle of 191.13º degrees, saturation: 0.72, 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 #136274 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 98 | 116 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.55 |
| HSL | 191.13º | 0.72% | 0.26% | - |
| HSV(B) | 191.13º | 0.84% | 0.45% | - |
| XYZ | 7.79 | 10.13 | 18.07 | - |
| YUV | 76.43 | 150.33 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 116 | 0.84 | 0.16 | 0 | 0.55 | 191.13 | 0.72 | 0.26 |
| Hex | 13 | 62 | 74 | 54 | 10 | 0 | 37 | BF | 48 | 1A |
| Octal | 23 | 142 | 164 | 124 | 20 | 0 | 67 | 277 | 110 | 32 |
| Binary | 10011 | 1100010 | 1110100 | 1010100 | 10000 | 0 | 110111 | 10111111 | 1001000 | 11010 |
Color Harmonies of #136274
Complementary color
Monochromatic Colors of #136274
Black with #136274
Text Example
Text Example
White with #136274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136274; }
p { color: rgb(19,98,116); }
H1.HeaderClassName
{
color: #136274;
}
.AnyTagClassName
{
color: #136274;
}
</style>
background-color css
<style>
a { background-color: #136274; }
a { background-color: rgb(19,98,116); }
div.DivClassName
{
background-color: #136274;
}
.BgClassName
{
background-color: #136274;
}
</style>
border-color css
<style>
span { border-color: #136274; }
span { border-color: rgb(19,98,116); }
td.TdClassName
{
border-color: #136274;
}
.TagClassName
{
border-color: #136274;
}
</style>