Shades of Allports #15738E
Tints of Allports #15738E
RGB
CMYK
RGB Variations
Color information
#15738E (or 0x15738E) is known color: Allports. HEX triplet: 15, 73 and 8E. RGB value is (21,115,142). Sum of RGB (Red+Green+Blue) = 21+115+142=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #15738E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15738E is #EA8C71. Grayscale: #595959. Windows color (decimal): -15371378 or 9335573. OLE color: 9335573.
HSL color Cylindrical-coordinate representation of color #15738E: hue angle of 193.39º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15738E is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 115 | 142 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.44 |
| HSL | 193.39º | 0.74% | 0.32% | - |
| HSV(B) | 193.39º | 0.85% | 0.56% | - |
| XYZ | 11.32 | 14.37 | 27.77 | - |
| YUV | 89.97 | 157.36 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 115 | 142 | 0.85 | 0.19 | 0 | 0.44 | 193.39 | 0.74 | 0.32 |
| Hex | 15 | 73 | 8E | 55 | 13 | 0 | 2C | C1 | 4A | 20 |
| Octal | 25 | 163 | 216 | 125 | 23 | 0 | 54 | 301 | 112 | 40 |
| Binary | 10101 | 1110011 | 10001110 | 1010101 | 10011 | 0 | 101100 | 11000001 | 1001010 | 100000 |
Color Harmonies of #15738E
Complementary color
Monochromatic Colors of #15738E
Black with #15738E
Text Example
Text Example
White with #15738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15738E; }
p { color: rgb(21,115,142); }
H1.HeaderClassName
{
color: #15738E;
}
.AnyTagClassName
{
color: #15738E;
}
</style>
background-color css
<style>
a { background-color: #15738E; }
a { background-color: rgb(21,115,142); }
div.DivClassName
{
background-color: #15738E;
}
.BgClassName
{
background-color: #15738E;
}
</style>
border-color css
<style>
span { border-color: #15738E; }
span { border-color: rgb(21,115,142); }
td.TdClassName
{
border-color: #15738E;
}
.TagClassName
{
border-color: #15738E;
}
</style>