Shades of Allports #15748B
Tints of Allports #15748B
RGB
CMYK
RGB Variations
Color information
#15748B (or 0x15748B) is known color: Allports. HEX triplet: 15, 74 and 8B. RGB value is (21,116,139). Sum of RGB (Red+Green+Blue) = 21+116+139=276 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.61% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #15748B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15748B is #EA8B74. Grayscale: #5A5A5A. Windows color (decimal): -15371125 or 9139221. OLE color: 9139221.
HSL color Cylindrical-coordinate representation of color #15748B: hue angle of 191.69º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15748B is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 116 | 139 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.45 |
| HSL | 191.69º | 0.74% | 0.31% | - |
| HSV(B) | 191.69º | 0.85% | 0.55% | - |
| XYZ | 11.21 | 14.51 | 26.64 | - |
| YUV | 90.22 | 155.53 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 116 | 139 | 0.85 | 0.17 | 0 | 0.45 | 191.69 | 0.74 | 0.31 |
| Hex | 15 | 74 | 8B | 55 | 11 | 0 | 2D | C0 | 4A | 1F |
| Octal | 25 | 164 | 213 | 125 | 21 | 0 | 55 | 300 | 112 | 37 |
| Binary | 10101 | 1110100 | 10001011 | 1010101 | 10001 | 0 | 101101 | 11000000 | 1001010 | 11111 |
Color Harmonies of #15748B
Complementary color
Monochromatic Colors of #15748B
Black with #15748B
Text Example
Text Example
White with #15748B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15748B; }
p { color: rgb(21,116,139); }
H1.HeaderClassName
{
color: #15748B;
}
.AnyTagClassName
{
color: #15748B;
}
</style>
background-color css
<style>
a { background-color: #15748B; }
a { background-color: rgb(21,116,139); }
div.DivClassName
{
background-color: #15748B;
}
.BgClassName
{
background-color: #15748B;
}
</style>
border-color css
<style>
span { border-color: #15748B; }
span { border-color: rgb(21,116,139); }
td.TdClassName
{
border-color: #15748B;
}
.TagClassName
{
border-color: #15748B;
}
</style>