Shades of Allports #15738A
Tints of Allports #15738A
RGB
CMYK
RGB Variations
Color information
#15738A (or 0x15738A) is known color: Allports. HEX triplet: 15, 73 and 8A. RGB value is (21,115,138). Sum of RGB (Red+Green+Blue) = 21+115+138=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #15738A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15738A is #EA8C75. Grayscale: #595959. Windows color (decimal): -15371382 or 9073429. OLE color: 9073429.
HSL color Cylindrical-coordinate representation of color #15738A: hue angle of 191.79º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15738A is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 115 | 138 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.46 |
| HSL | 191.79º | 0.74% | 0.31% | - |
| HSV(B) | 191.79º | 0.85% | 0.54% | - |
| XYZ | 11.03 | 14.26 | 26.22 | - |
| YUV | 89.52 | 155.36 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 115 | 138 | 0.85 | 0.17 | 0 | 0.46 | 191.79 | 0.74 | 0.31 |
| Hex | 15 | 73 | 8A | 55 | 11 | 0 | 2E | C0 | 4A | 1F |
| Octal | 25 | 163 | 212 | 125 | 21 | 0 | 56 | 300 | 112 | 37 |
| Binary | 10101 | 1110011 | 10001010 | 1010101 | 10001 | 0 | 101110 | 11000000 | 1001010 | 11111 |
Color Harmonies of #15738A
Complementary color
Monochromatic Colors of #15738A
Black with #15738A
Text Example
Text Example
White with #15738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15738A; }
p { color: rgb(21,115,138); }
H1.HeaderClassName
{
color: #15738A;
}
.AnyTagClassName
{
color: #15738A;
}
</style>
background-color css
<style>
a { background-color: #15738A; }
a { background-color: rgb(21,115,138); }
div.DivClassName
{
background-color: #15738A;
}
.BgClassName
{
background-color: #15738A;
}
</style>
border-color css
<style>
span { border-color: #15738A; }
span { border-color: rgb(21,115,138); }
td.TdClassName
{
border-color: #15738A;
}
.TagClassName
{
border-color: #15738A;
}
</style>