Shades of Allports #155F7A
Tints of Allports #155F7A
RGB
CMYK
RGB Variations
Color information
#155F7A (or 0x155F7A) is known color: Allports. HEX triplet: 15, 5F and 7A. RGB value is (21,95,122). Sum of RGB (Red+Green+Blue) = 21+95+122=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #155F7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155F7A is #EAA085. Grayscale: #4B4B4B. Windows color (decimal): -15376518 or 8019733. OLE color: 8019733.
HSL color Cylindrical-coordinate representation of color #155F7A: hue angle of 196.04º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #155F7A is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 21 | 95 | 122 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.52 |
| HSL | 196.04º | 0.71% | 0.28% | - |
| HSV(B) | 196.04º | 0.83% | 0.48% | - |
| XYZ | 7.91 | 9.75 | 19.88 | - |
| YUV | 75.95 | 153.98 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 95 | 122 | 0.83 | 0.22 | 0 | 0.52 | 196.04 | 0.71 | 0.28 |
| Hex | 15 | 5F | 7A | 53 | 16 | 0 | 34 | C4 | 47 | 1C |
| Octal | 25 | 137 | 172 | 123 | 26 | 0 | 64 | 304 | 107 | 34 |
| Binary | 10101 | 1011111 | 1111010 | 1010011 | 10110 | 0 | 110100 | 11000100 | 1000111 | 11100 |
Color Harmonies of #155F7A
Complementary color
Monochromatic Colors of #155F7A
Black with #155F7A
Text Example
Text Example
White with #155F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155F7A; }
p { color: rgb(21,95,122); }
H1.HeaderClassName
{
color: #155F7A;
}
.AnyTagClassName
{
color: #155F7A;
}
</style>
background-color css
<style>
a { background-color: #155F7A; }
a { background-color: rgb(21,95,122); }
div.DivClassName
{
background-color: #155F7A;
}
.BgClassName
{
background-color: #155F7A;
}
</style>
border-color css
<style>
span { border-color: #155F7A; }
span { border-color: rgb(21,95,122); }
td.TdClassName
{
border-color: #155F7A;
}
.TagClassName
{
border-color: #155F7A;
}
</style>