Shades of Orient #155A70
Tints of Orient #155A70
RGB
CMYK
RGB Variations
Color information
#155A70 (or 0x155A70) is known color: Orient. HEX triplet: 15, 5A and 70. RGB value is (21,90,112). Sum of RGB (Red+Green+Blue) = 21+90+112=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #155A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A70 is #EAA58F. Grayscale: #474747. Windows color (decimal): -15377808 or 7363093. OLE color: 7363093.
HSL color Cylindrical-coordinate representation of color #155A70: hue angle of 194.51º 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 #155A70 is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 90 | 112 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.56 |
| HSL | 194.51º | 0.68% | 0.26% | - |
| HSV(B) | 194.51º | 0.81% | 0.44% | - |
| XYZ | 6.89 | 8.64 | 16.63 | - |
| YUV | 71.88 | 150.64 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 112 | 0.81 | 0.20 | 0 | 0.56 | 194.51 | 0.68 | 0.26 |
| Hex | 15 | 5A | 70 | 51 | 14 | 0 | 38 | C3 | 44 | 1A |
| Octal | 25 | 132 | 160 | 121 | 24 | 0 | 70 | 303 | 104 | 32 |
| Binary | 10101 | 1011010 | 1110000 | 1010001 | 10100 | 0 | 111000 | 11000011 | 1000100 | 11010 |
Color Harmonies of #155A70
Complementary color
Monochromatic Colors of #155A70
Black with #155A70
Text Example
Text Example
White with #155A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A70; }
p { color: rgb(21,90,112); }
H1.HeaderClassName
{
color: #155A70;
}
.AnyTagClassName
{
color: #155A70;
}
</style>
background-color css
<style>
a { background-color: #155A70; }
a { background-color: rgb(21,90,112); }
div.DivClassName
{
background-color: #155A70;
}
.BgClassName
{
background-color: #155A70;
}
</style>
border-color css
<style>
span { border-color: #155A70; }
span { border-color: rgb(21,90,112); }
td.TdClassName
{
border-color: #155A70;
}
.TagClassName
{
border-color: #155A70;
}
</style>