Shades of Allports #15657D
Tints of Allports #15657D
RGB
CMYK
RGB Variations
Color information
#15657D (or 0x15657D) is known color: Allports. HEX triplet: 15, 65 and 7D. RGB value is (21,101,125). Sum of RGB (Red+Green+Blue) = 21+101+125=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #15657D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15657D is #EA9A82. Grayscale: #4F4F4F. Windows color (decimal): -15374979 or 8217877. OLE color: 8217877.
HSL color Cylindrical-coordinate representation of color #15657D: hue angle of 193.85º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15657D is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 101 | 125 | - |
| CMYK | 0.83 | 0.19 | 0 | 0.51 |
| HSL | 193.85º | 0.71% | 0.29% | - |
| HSV(B) | 193.85º | 0.83% | 0.49% | - |
| XYZ | 8.66 | 10.95 | 21.06 | - |
| YUV | 79.82 | 153.5 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 101 | 125 | 0.83 | 0.19 | 0 | 0.51 | 193.85 | 0.71 | 0.29 |
| Hex | 15 | 65 | 7D | 53 | 13 | 0 | 33 | C2 | 47 | 1D |
| Octal | 25 | 145 | 175 | 123 | 23 | 0 | 63 | 302 | 107 | 35 |
| Binary | 10101 | 1100101 | 1111101 | 1010011 | 10011 | 0 | 110011 | 11000010 | 1000111 | 11101 |
Color Harmonies of #15657D
Complementary color
Monochromatic Colors of #15657D
Black with #15657D
Text Example
Text Example
White with #15657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15657D; }
p { color: rgb(21,101,125); }
H1.HeaderClassName
{
color: #15657D;
}
.AnyTagClassName
{
color: #15657D;
}
</style>
background-color css
<style>
a { background-color: #15657D; }
a { background-color: rgb(21,101,125); }
div.DivClassName
{
background-color: #15657D;
}
.BgClassName
{
background-color: #15657D;
}
</style>
border-color css
<style>
span { border-color: #15657D; }
span { border-color: rgb(21,101,125); }
td.TdClassName
{
border-color: #15657D;
}
.TagClassName
{
border-color: #15657D;
}
</style>