Shades of Allports #15738D
Tints of Allports #15738D
RGB
CMYK
RGB Variations
Color information
#15738D (or 0x15738D) is known color: Allports. HEX triplet: 15, 73 and 8D. RGB value is (21,115,141). Sum of RGB (Red+Green+Blue) = 21+115+141=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #15738D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15738D is #EA8C72. Grayscale: #595959. Windows color (decimal): -15371379 or 9270037. OLE color: 9270037.
HSL color Cylindrical-coordinate representation of color #15738D: hue angle of 193º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15738D is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 115 | 141 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.45 |
| HSL | 193º | 0.74% | 0.32% | - |
| HSV(B) | 193º | 0.85% | 0.55% | - |
| XYZ | 11.25 | 14.34 | 27.38 | - |
| YUV | 89.86 | 156.86 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 115 | 141 | 0.85 | 0.18 | 0 | 0.45 | 193 | 0.74 | 0.32 |
| Hex | 15 | 73 | 8D | 55 | 12 | 0 | 2D | C1 | 4A | 20 |
| Octal | 25 | 163 | 215 | 125 | 22 | 0 | 55 | 301 | 112 | 40 |
| Binary | 10101 | 1110011 | 10001101 | 1010101 | 10010 | 0 | 101101 | 11000001 | 1001010 | 100000 |
Color Harmonies of #15738D
Complementary color
Monochromatic Colors of #15738D
Black with #15738D
Text Example
Text Example
White with #15738D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15738D; }
p { color: rgb(21,115,141); }
H1.HeaderClassName
{
color: #15738D;
}
.AnyTagClassName
{
color: #15738D;
}
</style>
background-color css
<style>
a { background-color: #15738D; }
a { background-color: rgb(21,115,141); }
div.DivClassName
{
background-color: #15738D;
}
.BgClassName
{
background-color: #15738D;
}
</style>
border-color css
<style>
span { border-color: #15738D; }
span { border-color: rgb(21,115,141); }
td.TdClassName
{
border-color: #15738D;
}
.TagClassName
{
border-color: #15738D;
}
</style>