Shades of Orient #155B72
Tints of Orient #155B72
RGB
CMYK
RGB Variations
Color information
#155B72 (or 0x155B72) is known color: Orient. HEX triplet: 15, 5B and 72. RGB value is (21,91,114). Sum of RGB (Red+Green+Blue) = 21+91+114=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #155B72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155B72 is #EAA48D. Grayscale: #484848. Windows color (decimal): -15377550 or 7494421. OLE color: 7494421.
HSL color Cylindrical-coordinate representation of color #155B72: hue angle of 194.84º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155B72 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 91 | 114 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.55 |
| HSL | 194.84º | 0.69% | 0.26% | - |
| HSV(B) | 194.84º | 0.82% | 0.45% | - |
| XYZ | 7.09 | 8.86 | 17.26 | - |
| YUV | 72.69 | 151.31 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 114 | 0.82 | 0.20 | 0 | 0.55 | 194.84 | 0.69 | 0.26 |
| Hex | 15 | 5B | 72 | 52 | 14 | 0 | 37 | C3 | 45 | 1A |
| Octal | 25 | 133 | 162 | 122 | 24 | 0 | 67 | 303 | 105 | 32 |
| Binary | 10101 | 1011011 | 1110010 | 1010010 | 10100 | 0 | 110111 | 11000011 | 1000101 | 11010 |
Color Harmonies of #155B72
Complementary color
Monochromatic Colors of #155B72
Black with #155B72
Text Example
Text Example
White with #155B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155B72; }
p { color: rgb(21,91,114); }
H1.HeaderClassName
{
color: #155B72;
}
.AnyTagClassName
{
color: #155B72;
}
</style>
background-color css
<style>
a { background-color: #155B72; }
a { background-color: rgb(21,91,114); }
div.DivClassName
{
background-color: #155B72;
}
.BgClassName
{
background-color: #155B72;
}
</style>
border-color css
<style>
span { border-color: #155B72; }
span { border-color: rgb(21,91,114); }
td.TdClassName
{
border-color: #155B72;
}
.TagClassName
{
border-color: #155B72;
}
</style>