Shades of Allports #15658D
Tints of Allports #15658D
RGB
CMYK
RGB Variations
Color information
#15658D (or 0x15658D) is known color: Allports. HEX triplet: 15, 65 and 8D. RGB value is (21,101,141). Sum of RGB (Red+Green+Blue) = 21+101+141=263 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.98% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #15658D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15658D is #EA9A72. Grayscale: #515151. Windows color (decimal): -15374963 or 9266453. OLE color: 9266453.
HSL color Cylindrical-coordinate representation of color #15658D: hue angle of 200º 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 #15658D is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 101 | 141 | - |
| CMYK | 0.85 | 0.28 | 0 | 0.45 |
| HSL | 200º | 0.74% | 0.32% | - |
| HSV(B) | 200º | 0.85% | 0.55% | - |
| XYZ | 9.77 | 11.39 | 26.88 | - |
| YUV | 81.64 | 161.5 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 101 | 141 | 0.85 | 0.28 | 0 | 0.45 | 200 | 0.74 | 0.32 |
| Hex | 15 | 65 | 8D | 55 | 1C | 0 | 2D | C8 | 4A | 20 |
| Octal | 25 | 145 | 215 | 125 | 34 | 0 | 55 | 310 | 112 | 40 |
| Binary | 10101 | 1100101 | 10001101 | 1010101 | 11100 | 0 | 101101 | 11001000 | 1001010 | 100000 |
Color Harmonies of #15658D
Complementary color
Monochromatic Colors of #15658D
Black with #15658D
Text Example
Text Example
White with #15658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15658D; }
p { color: rgb(21,101,141); }
H1.HeaderClassName
{
color: #15658D;
}
.AnyTagClassName
{
color: #15658D;
}
</style>
background-color css
<style>
a { background-color: #15658D; }
a { background-color: rgb(21,101,141); }
div.DivClassName
{
background-color: #15658D;
}
.BgClassName
{
background-color: #15658D;
}
</style>
border-color css
<style>
span { border-color: #15658D; }
span { border-color: rgb(21,101,141); }
td.TdClassName
{
border-color: #15658D;
}
.TagClassName
{
border-color: #15658D;
}
</style>