Shades of Allports #157383
Tints of Allports #157383
RGB
CMYK
RGB Variations
Color information
#157383 (or 0x157383) is known color: Allports. HEX triplet: 15, 73 and 83. RGB value is (21,115,131). Sum of RGB (Red+Green+Blue) = 21+115+131=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 131 (51.56% from 255 or 49.06% from 267); Max value from RGB is 131 - color contains mainly: blue. Hex color #157383 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157383 is #EA8C7C. Grayscale: #585858. Windows color (decimal): -15371389 or 8614677. OLE color: 8614677.
HSL color Cylindrical-coordinate representation of color #157383: hue angle of 188.73º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #157383 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 115 | 131 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.49 |
| HSL | 188.73º | 0.72% | 0.3% | - |
| HSV(B) | 188.73º | 0.84% | 0.51% | - |
| XYZ | 10.54 | 14.06 | 23.63 | - |
| YUV | 88.72 | 151.86 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 115 | 131 | 0.84 | 0.12 | 0 | 0.49 | 188.73 | 0.72 | 0.3 |
| Hex | 15 | 73 | 83 | 54 | C | 0 | 31 | BD | 48 | 1E |
| Octal | 25 | 163 | 203 | 124 | 14 | 0 | 61 | 275 | 110 | 36 |
| Binary | 10101 | 1110011 | 10000011 | 1010100 | 1100 | 0 | 110001 | 10111101 | 1001000 | 11110 |
Color Harmonies of #157383
Complementary color
Monochromatic Colors of #157383
Black with #157383
Text Example
Text Example
White with #157383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157383; }
p { color: rgb(21,115,131); }
H1.HeaderClassName
{
color: #157383;
}
.AnyTagClassName
{
color: #157383;
}
</style>
background-color css
<style>
a { background-color: #157383; }
a { background-color: rgb(21,115,131); }
div.DivClassName
{
background-color: #157383;
}
.BgClassName
{
background-color: #157383;
}
</style>
border-color css
<style>
span { border-color: #157383; }
span { border-color: rgb(21,115,131); }
td.TdClassName
{
border-color: #157383;
}
.TagClassName
{
border-color: #157383;
}
</style>