Shades of Orient #155C76
Tints of Orient #155C76
RGB
CMYK
RGB Variations
Color information
#155C76 (or 0x155C76) is known color: Orient. HEX triplet: 15, 5C and 76. RGB value is (21,92,118). Sum of RGB (Red+Green+Blue) = 21+92+118=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #155C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C76 is #EAA389. Grayscale: #494949. Windows color (decimal): -15377290 or 7756821. OLE color: 7756821.
HSL color Cylindrical-coordinate representation of color #155C76: hue angle of 196.08º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155C76 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 92 | 118 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.54 |
| HSL | 196.08º | 0.7% | 0.27% | - |
| HSV(B) | 196.08º | 0.82% | 0.46% | - |
| XYZ | 7.41 | 9.12 | 18.51 | - |
| YUV | 73.74 | 152.98 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 118 | 0.82 | 0.22 | 0 | 0.54 | 196.08 | 0.7 | 0.27 |
| Hex | 15 | 5C | 76 | 52 | 16 | 0 | 36 | C4 | 46 | 1B |
| Octal | 25 | 134 | 166 | 122 | 26 | 0 | 66 | 304 | 106 | 33 |
| Binary | 10101 | 1011100 | 1110110 | 1010010 | 10110 | 0 | 110110 | 11000100 | 1000110 | 11011 |
Color Harmonies of #155C76
Complementary color
Monochromatic Colors of #155C76
Black with #155C76
Text Example
Text Example
White with #155C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C76; }
p { color: rgb(21,92,118); }
H1.HeaderClassName
{
color: #155C76;
}
.AnyTagClassName
{
color: #155C76;
}
</style>
background-color css
<style>
a { background-color: #155C76; }
a { background-color: rgb(21,92,118); }
div.DivClassName
{
background-color: #155C76;
}
.BgClassName
{
background-color: #155C76;
}
</style>
border-color css
<style>
span { border-color: #155C76; }
span { border-color: rgb(21,92,118); }
td.TdClassName
{
border-color: #155C76;
}
.TagClassName
{
border-color: #155C76;
}
</style>