Shades of Allports #136273
Tints of Allports #136273
RGB
CMYK
RGB Variations
Color information
#136273 (or 0x136273) is known color: Allports. HEX triplet: 13, 62 and 73. RGB value is (19,98,115). Sum of RGB (Red+Green+Blue) = 19+98+115=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 98 (38.67% from 255 or 42.24% 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 #136273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136273 is #EC9D8C. Grayscale: #4C4C4C. Windows color (decimal): -15506829 or 7561747. OLE color: 7561747.
HSL color Cylindrical-coordinate representation of color #136273: hue angle of 190.62º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136273 is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 98 | 115 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.55 |
| HSL | 190.63º | 0.72% | 0.26% | - |
| HSV(B) | 190.63º | 0.83% | 0.45% | - |
| XYZ | 7.73 | 10.11 | 17.76 | - |
| YUV | 76.32 | 149.83 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 98 | 115 | 0.83 | 0.15 | 0 | 0.55 | 190.63 | 0.72 | 0.26 |
| Hex | 13 | 62 | 73 | 53 | F | 0 | 37 | BF | 48 | 1A |
| Octal | 23 | 142 | 163 | 123 | 17 | 0 | 67 | 277 | 110 | 32 |
| Binary | 10011 | 1100010 | 1110011 | 1010011 | 1111 | 0 | 110111 | 10111111 | 1001000 | 11010 |
Color Harmonies of #136273
Complementary color
Monochromatic Colors of #136273
Black with #136273
Text Example
Text Example
White with #136273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136273; }
p { color: rgb(19,98,115); }
H1.HeaderClassName
{
color: #136273;
}
.AnyTagClassName
{
color: #136273;
}
</style>
background-color css
<style>
a { background-color: #136273; }
a { background-color: rgb(19,98,115); }
div.DivClassName
{
background-color: #136273;
}
.BgClassName
{
background-color: #136273;
}
</style>
border-color css
<style>
span { border-color: #136273; }
span { border-color: rgb(19,98,115); }
td.TdClassName
{
border-color: #136273;
}
.TagClassName
{
border-color: #136273;
}
</style>