Shades of Orient #155C71
Tints of Orient #155C71
RGB
CMYK
RGB Variations
Color information
#155C71 (or 0x155C71) is known color: Orient. HEX triplet: 15, 5C and 71. RGB value is (21,92,113). Sum of RGB (Red+Green+Blue) = 21+92+113=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #155C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C71 is #EAA38E. Grayscale: #494949. Windows color (decimal): -15377295 or 7429141. OLE color: 7429141.
HSL color Cylindrical-coordinate representation of color #155C71: hue angle of 193.7º degrees, saturation: 0.69, 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 #155C71 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 92 | 113 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.56 |
| HSL | 193.7º | 0.69% | 0.26% | - |
| HSV(B) | 193.7º | 0.81% | 0.44% | - |
| XYZ | 7.12 | 9.01 | 16.99 | - |
| YUV | 73.17 | 150.48 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 113 | 0.81 | 0.19 | 0 | 0.56 | 193.7 | 0.69 | 0.26 |
| Hex | 15 | 5C | 71 | 51 | 13 | 0 | 38 | C2 | 45 | 1A |
| Octal | 25 | 134 | 161 | 121 | 23 | 0 | 70 | 302 | 105 | 32 |
| Binary | 10101 | 1011100 | 1110001 | 1010001 | 10011 | 0 | 111000 | 11000010 | 1000101 | 11010 |
Color Harmonies of #155C71
Complementary color
Monochromatic Colors of #155C71
Black with #155C71
Text Example
Text Example
White with #155C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C71; }
p { color: rgb(21,92,113); }
H1.HeaderClassName
{
color: #155C71;
}
.AnyTagClassName
{
color: #155C71;
}
</style>
background-color css
<style>
a { background-color: #155C71; }
a { background-color: rgb(21,92,113); }
div.DivClassName
{
background-color: #155C71;
}
.BgClassName
{
background-color: #155C71;
}
</style>
border-color css
<style>
span { border-color: #155C71; }
span { border-color: rgb(21,92,113); }
td.TdClassName
{
border-color: #155C71;
}
.TagClassName
{
border-color: #155C71;
}
</style>