Shades of Allports #136278
Tints of Allports #136278
RGB
CMYK
RGB Variations
Color information
#136278 (or 0x136278) is known color: Allports. HEX triplet: 13, 62 and 78. RGB value is (19,98,120). Sum of RGB (Red+Green+Blue) = 19+98+120=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #136278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136278 is #EC9D87. Grayscale: #4C4C4C. Windows color (decimal): -15506824 or 7889427. OLE color: 7889427.
HSL color Cylindrical-coordinate representation of color #136278: hue angle of 193.07º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #136278 is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 98 | 120 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.53 |
| HSL | 193.07º | 0.73% | 0.27% | - |
| HSV(B) | 193.07º | 0.84% | 0.47% | - |
| XYZ | 8.03 | 10.23 | 19.32 | - |
| YUV | 76.89 | 152.33 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 120 | 0.84 | 0.18 | 0 | 0.53 | 193.07 | 0.73 | 0.27 |
| Hex | 13 | 62 | 78 | 54 | 12 | 0 | 35 | C1 | 49 | 1B |
| Octal | 23 | 142 | 170 | 124 | 22 | 0 | 65 | 301 | 111 | 33 |
| Binary | 10011 | 1100010 | 1111000 | 1010100 | 10010 | 0 | 110101 | 11000001 | 1001001 | 11011 |
Color Harmonies of #136278
Complementary color
Monochromatic Colors of #136278
Black with #136278
Text Example
Text Example
White with #136278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136278; }
p { color: rgb(19,98,120); }
H1.HeaderClassName
{
color: #136278;
}
.AnyTagClassName
{
color: #136278;
}
</style>
background-color css
<style>
a { background-color: #136278; }
a { background-color: rgb(19,98,120); }
div.DivClassName
{
background-color: #136278;
}
.BgClassName
{
background-color: #136278;
}
</style>
border-color css
<style>
span { border-color: #136278; }
span { border-color: rgb(19,98,120); }
td.TdClassName
{
border-color: #136278;
}
.TagClassName
{
border-color: #136278;
}
</style>