Shades of Orient #155C70
Tints of Orient #155C70
RGB
CMYK
RGB Variations
Color information
#155C70 (or 0x155C70) is known color: Orient. HEX triplet: 15, 5C and 70. RGB value is (21,92,112). Sum of RGB (Red+Green+Blue) = 21+92+112=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #155C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C70 is #EAA38F. Grayscale: #484848. Windows color (decimal): -15377296 or 7363605. OLE color: 7363605.
HSL color Cylindrical-coordinate representation of color #155C70: hue angle of 193.19º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #155C70 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 92 | 112 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.56 |
| HSL | 193.19º | 0.68% | 0.26% | - |
| HSV(B) | 193.19º | 0.81% | 0.44% | - |
| XYZ | 7.06 | 8.98 | 16.69 | - |
| YUV | 73.05 | 149.98 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 112 | 0.81 | 0.18 | 0 | 0.56 | 193.19 | 0.68 | 0.26 |
| Hex | 15 | 5C | 70 | 51 | 12 | 0 | 38 | C1 | 44 | 1A |
| Octal | 25 | 134 | 160 | 121 | 22 | 0 | 70 | 301 | 104 | 32 |
| Binary | 10101 | 1011100 | 1110000 | 1010001 | 10010 | 0 | 111000 | 11000001 | 1000100 | 11010 |
Color Harmonies of #155C70
Complementary color
Monochromatic Colors of #155C70
Black with #155C70
Text Example
Text Example
White with #155C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C70; }
p { color: rgb(21,92,112); }
H1.HeaderClassName
{
color: #155C70;
}
.AnyTagClassName
{
color: #155C70;
}
</style>
background-color css
<style>
a { background-color: #155C70; }
a { background-color: rgb(21,92,112); }
div.DivClassName
{
background-color: #155C70;
}
.BgClassName
{
background-color: #155C70;
}
</style>
border-color css
<style>
span { border-color: #155C70; }
span { border-color: rgb(21,92,112); }
td.TdClassName
{
border-color: #155C70;
}
.TagClassName
{
border-color: #155C70;
}
</style>