Shades of Allports #15748A
Tints of Allports #15748A
RGB
CMYK
RGB Variations
Color information
#15748A (or 0x15748A) is known color: Allports. HEX triplet: 15, 74 and 8A. RGB value is (21,116,138). Sum of RGB (Red+Green+Blue) = 21+116+138=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #15748A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15748A is #EA8B75. Grayscale: #595959. Windows color (decimal): -15371126 or 9073685. OLE color: 9073685.
HSL color Cylindrical-coordinate representation of color #15748A: hue angle of 191.28º 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 #15748A is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 116 | 138 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.46 |
| HSL | 191.28º | 0.74% | 0.31% | - |
| HSV(B) | 191.28º | 0.85% | 0.54% | - |
| XYZ | 11.14 | 14.49 | 26.25 | - |
| YUV | 90.1 | 155.03 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 116 | 138 | 0.85 | 0.16 | 0 | 0.46 | 191.28 | 0.74 | 0.31 |
| Hex | 15 | 74 | 8A | 55 | 10 | 0 | 2E | BF | 4A | 1F |
| Octal | 25 | 164 | 212 | 125 | 20 | 0 | 56 | 277 | 112 | 37 |
| Binary | 10101 | 1110100 | 10001010 | 1010101 | 10000 | 0 | 101110 | 10111111 | 1001010 | 11111 |
Color Harmonies of #15748A
Complementary color
Monochromatic Colors of #15748A
Black with #15748A
Text Example
Text Example
White with #15748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15748A; }
p { color: rgb(21,116,138); }
H1.HeaderClassName
{
color: #15748A;
}
.AnyTagClassName
{
color: #15748A;
}
</style>
background-color css
<style>
a { background-color: #15748A; }
a { background-color: rgb(21,116,138); }
div.DivClassName
{
background-color: #15748A;
}
.BgClassName
{
background-color: #15748A;
}
</style>
border-color css
<style>
span { border-color: #15748A; }
span { border-color: rgb(21,116,138); }
td.TdClassName
{
border-color: #15748A;
}
.TagClassName
{
border-color: #15748A;
}
</style>