Shades of Allports #15627C
Tints of Allports #15627C
RGB
CMYK
RGB Variations
Color information
#15627C (or 0x15627C) is known color: Allports. HEX triplet: 15, 62 and 7C. RGB value is (21,98,124). Sum of RGB (Red+Green+Blue) = 21+98+124=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #15627C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15627C is #EA9D83. Grayscale: #4D4D4D. Windows color (decimal): -15375748 or 8151573. OLE color: 8151573.
HSL color Cylindrical-coordinate representation of color #15627C: hue angle of 195.15º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15627C is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 98 | 124 | - |
| CMYK | 0.83 | 0.21 | 0 | 0.51 |
| HSL | 195.15º | 0.71% | 0.28% | - |
| HSV(B) | 195.15º | 0.83% | 0.49% | - |
| XYZ | 8.32 | 10.35 | 20.63 | - |
| YUV | 77.94 | 153.99 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 124 | 0.83 | 0.21 | 0 | 0.51 | 195.15 | 0.71 | 0.28 |
| Hex | 15 | 62 | 7C | 53 | 15 | 0 | 33 | C3 | 47 | 1C |
| Octal | 25 | 142 | 174 | 123 | 25 | 0 | 63 | 303 | 107 | 34 |
| Binary | 10101 | 1100010 | 1111100 | 1010011 | 10101 | 0 | 110011 | 11000011 | 1000111 | 11100 |
Color Harmonies of #15627C
Complementary color
Monochromatic Colors of #15627C
Black with #15627C
Text Example
Text Example
White with #15627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15627C; }
p { color: rgb(21,98,124); }
H1.HeaderClassName
{
color: #15627C;
}
.AnyTagClassName
{
color: #15627C;
}
</style>
background-color css
<style>
a { background-color: #15627C; }
a { background-color: rgb(21,98,124); }
div.DivClassName
{
background-color: #15627C;
}
.BgClassName
{
background-color: #15627C;
}
</style>
border-color css
<style>
span { border-color: #15627C; }
span { border-color: rgb(21,98,124); }
td.TdClassName
{
border-color: #15627C;
}
.TagClassName
{
border-color: #15627C;
}
</style>