Shades of Allports #15748D
Tints of Allports #15748D
RGB
CMYK
RGB Variations
Color information
#15748D (or 0x15748D) is known color: Allports. HEX triplet: 15, 74 and 8D. RGB value is (21,116,141). Sum of RGB (Red+Green+Blue) = 21+116+141=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #15748D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15748D is #EA8B72. Grayscale: #5A5A5A. Windows color (decimal): -15371123 or 9270293. OLE color: 9270293.
HSL color Cylindrical-coordinate representation of color #15748D: hue angle of 192.5º 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 #15748D is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 116 | 141 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.45 |
| HSL | 192.5º | 0.74% | 0.32% | - |
| HSV(B) | 192.5º | 0.85% | 0.55% | - |
| XYZ | 11.36 | 14.57 | 27.41 | - |
| YUV | 90.45 | 156.53 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 116 | 141 | 0.85 | 0.18 | 0 | 0.45 | 192.5 | 0.74 | 0.32 |
| Hex | 15 | 74 | 8D | 55 | 12 | 0 | 2D | C0 | 4A | 20 |
| Octal | 25 | 164 | 215 | 125 | 22 | 0 | 55 | 300 | 112 | 40 |
| Binary | 10101 | 1110100 | 10001101 | 1010101 | 10010 | 0 | 101101 | 11000000 | 1001010 | 100000 |
Color Harmonies of #15748D
Complementary color
Monochromatic Colors of #15748D
Black with #15748D
Text Example
Text Example
White with #15748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15748D; }
p { color: rgb(21,116,141); }
H1.HeaderClassName
{
color: #15748D;
}
.AnyTagClassName
{
color: #15748D;
}
</style>
background-color css
<style>
a { background-color: #15748D; }
a { background-color: rgb(21,116,141); }
div.DivClassName
{
background-color: #15748D;
}
.BgClassName
{
background-color: #15748D;
}
</style>
border-color css
<style>
span { border-color: #15748D; }
span { border-color: rgb(21,116,141); }
td.TdClassName
{
border-color: #15748D;
}
.TagClassName
{
border-color: #15748D;
}
</style>