Shades of Allports #15628B
Tints of Allports #15628B
RGB
CMYK
RGB Variations
Color information
#15628B (or 0x15628B) is known color: Allports. HEX triplet: 15, 62 and 8B. RGB value is (21,98,139). Sum of RGB (Red+Green+Blue) = 21+98+139=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #15628B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15628B is #EA9D74. Grayscale: #4F4F4F. Windows color (decimal): -15375733 or 9134613. OLE color: 9134613.
HSL color Cylindrical-coordinate representation of color #15628B: hue angle of 200.85º 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 #15628B is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 98 | 139 | - |
| CMYK | 0.85 | 0.29 | 0 | 0.45 |
| HSL | 200.85º | 0.74% | 0.31% | - |
| HSV(B) | 200.85º | 0.85% | 0.55% | - |
| XYZ | 9.34 | 10.76 | 26.01 | - |
| YUV | 79.65 | 161.49 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 139 | 0.85 | 0.29 | 0 | 0.45 | 200.85 | 0.74 | 0.31 |
| Hex | 15 | 62 | 8B | 55 | 1D | 0 | 2D | C9 | 4A | 1F |
| Octal | 25 | 142 | 213 | 125 | 35 | 0 | 55 | 311 | 112 | 37 |
| Binary | 10101 | 1100010 | 10001011 | 1010101 | 11101 | 0 | 101101 | 11001001 | 1001010 | 11111 |
Color Harmonies of #15628B
Complementary color
Monochromatic Colors of #15628B
Black with #15628B
Text Example
Text Example
White with #15628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15628B; }
p { color: rgb(21,98,139); }
H1.HeaderClassName
{
color: #15628B;
}
.AnyTagClassName
{
color: #15628B;
}
</style>
background-color css
<style>
a { background-color: #15628B; }
a { background-color: rgb(21,98,139); }
div.DivClassName
{
background-color: #15628B;
}
.BgClassName
{
background-color: #15628B;
}
</style>
border-color css
<style>
span { border-color: #15628B; }
span { border-color: rgb(21,98,139); }
td.TdClassName
{
border-color: #15628B;
}
.TagClassName
{
border-color: #15628B;
}
</style>