Shades of Orient #155A73
Tints of Orient #155A73
RGB
CMYK
RGB Variations
Color information
#155A73 (or 0x155A73) is known color: Orient. HEX triplet: 15, 5A and 73. RGB value is (21,90,115). Sum of RGB (Red+Green+Blue) = 21+90+115=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #155A73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A73 is #EAA58C. Grayscale: #484848. Windows color (decimal): -15377805 or 7559701. OLE color: 7559701.
HSL color Cylindrical-coordinate representation of color #155A73: hue angle of 195.96º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155A73 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 90 | 115 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.55 |
| HSL | 195.96º | 0.69% | 0.27% | - |
| HSV(B) | 195.96º | 0.82% | 0.45% | - |
| XYZ | 7.06 | 8.71 | 17.53 | - |
| YUV | 72.22 | 152.14 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 115 | 0.82 | 0.22 | 0 | 0.55 | 195.96 | 0.69 | 0.27 |
| Hex | 15 | 5A | 73 | 52 | 16 | 0 | 37 | C4 | 45 | 1B |
| Octal | 25 | 132 | 163 | 122 | 26 | 0 | 67 | 304 | 105 | 33 |
| Binary | 10101 | 1011010 | 1110011 | 1010010 | 10110 | 0 | 110111 | 11000100 | 1000101 | 11011 |
Color Harmonies of #155A73
Complementary color
Monochromatic Colors of #155A73
Black with #155A73
Text Example
Text Example
White with #155A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A73; }
p { color: rgb(21,90,115); }
H1.HeaderClassName
{
color: #155A73;
}
.AnyTagClassName
{
color: #155A73;
}
</style>
background-color css
<style>
a { background-color: #155A73; }
a { background-color: rgb(21,90,115); }
div.DivClassName
{
background-color: #155A73;
}
.BgClassName
{
background-color: #155A73;
}
</style>
border-color css
<style>
span { border-color: #155A73; }
span { border-color: rgb(21,90,115); }
td.TdClassName
{
border-color: #155A73;
}
.TagClassName
{
border-color: #155A73;
}
</style>