Shades of Allports #136682
Tints of Allports #136682
RGB
CMYK
RGB Variations
Color information
#136682 (or 0x136682) is known color: Allports. HEX triplet: 13, 66 and 82. RGB value is (19,102,130). Sum of RGB (Red+Green+Blue) = 19+102+130=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #136682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136682 is #EC997D. Grayscale: #505050. Windows color (decimal): -15505790 or 8545811. OLE color: 8545811.
HSL color Cylindrical-coordinate representation of color #136682: hue angle of 195.14º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #136682 is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 102 | 130 | - |
| CMYK | 0.85 | 0.22 | 0 | 0.49 |
| HSL | 195.14º | 0.74% | 0.29% | - |
| HSV(B) | 195.14º | 0.85% | 0.51% | - |
| XYZ | 9.05 | 11.25 | 22.81 | - |
| YUV | 80.38 | 156 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 102 | 130 | 0.85 | 0.22 | 0 | 0.49 | 195.14 | 0.74 | 0.29 |
| Hex | 13 | 66 | 82 | 55 | 16 | 0 | 31 | C3 | 4A | 1D |
| Octal | 23 | 146 | 202 | 125 | 26 | 0 | 61 | 303 | 112 | 35 |
| Binary | 10011 | 1100110 | 10000010 | 1010101 | 10110 | 0 | 110001 | 11000011 | 1001010 | 11101 |
Color Harmonies of #136682
Complementary color
Monochromatic Colors of #136682
Black with #136682
Text Example
Text Example
White with #136682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136682; }
p { color: rgb(19,102,130); }
H1.HeaderClassName
{
color: #136682;
}
.AnyTagClassName
{
color: #136682;
}
</style>
background-color css
<style>
a { background-color: #136682; }
a { background-color: rgb(19,102,130); }
div.DivClassName
{
background-color: #136682;
}
.BgClassName
{
background-color: #136682;
}
</style>
border-color css
<style>
span { border-color: #136682; }
span { border-color: rgb(19,102,130); }
td.TdClassName
{
border-color: #136682;
}
.TagClassName
{
border-color: #136682;
}
</style>