Shades of Orient #155C78
Tints of Orient #155C78
RGB
CMYK
RGB Variations
Color information
#155C78 (or 0x155C78) is known color: Orient. HEX triplet: 15, 5C and 78. RGB value is (21,92,120). Sum of RGB (Red+Green+Blue) = 21+92+120=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #155C78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C78 is #EAA387. Grayscale: #494949. Windows color (decimal): -15377288 or 7887893. OLE color: 7887893.
HSL color Cylindrical-coordinate representation of color #155C78: hue angle of 196.97º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #155C78 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 92 | 120 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.53 |
| HSL | 196.97º | 0.7% | 0.28% | - |
| HSV(B) | 196.97º | 0.83% | 0.47% | - |
| XYZ | 7.53 | 9.17 | 19.14 | - |
| YUV | 73.96 | 153.98 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 120 | 0.83 | 0.23 | 0 | 0.53 | 196.97 | 0.7 | 0.28 |
| Hex | 15 | 5C | 78 | 53 | 17 | 0 | 35 | C5 | 46 | 1C |
| Octal | 25 | 134 | 170 | 123 | 27 | 0 | 65 | 305 | 106 | 34 |
| Binary | 10101 | 1011100 | 1111000 | 1010011 | 10111 | 0 | 110101 | 11000101 | 1000110 | 11100 |
Color Harmonies of #155C78
Complementary color
Monochromatic Colors of #155C78
Black with #155C78
Text Example
Text Example
White with #155C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C78; }
p { color: rgb(21,92,120); }
H1.HeaderClassName
{
color: #155C78;
}
.AnyTagClassName
{
color: #155C78;
}
</style>
background-color css
<style>
a { background-color: #155C78; }
a { background-color: rgb(21,92,120); }
div.DivClassName
{
background-color: #155C78;
}
.BgClassName
{
background-color: #155C78;
}
</style>
border-color css
<style>
span { border-color: #155C78; }
span { border-color: rgb(21,92,120); }
td.TdClassName
{
border-color: #155C78;
}
.TagClassName
{
border-color: #155C78;
}
</style>