Shades of Orient #155C7B
Tints of Orient #155C7B
RGB
CMYK
RGB Variations
Color information
#155C7B (or 0x155C7B) is known color: Orient. HEX triplet: 15, 5C and 7B. RGB value is (21,92,123). Sum of RGB (Red+Green+Blue) = 21+92+123=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #155C7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C7B is #EAA384. Grayscale: #4A4A4A. Windows color (decimal): -15377285 or 8084501. OLE color: 8084501.
HSL color Cylindrical-coordinate representation of color #155C7B: hue angle of 198.24º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #155C7B is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 21 | 92 | 123 | - |
| CMYK | 0.83 | 0.25 | 0 | 0.52 |
| HSL | 198.24º | 0.71% | 0.28% | - |
| HSV(B) | 198.24º | 0.83% | 0.48% | - |
| XYZ | 7.71 | 9.24 | 20.12 | - |
| YUV | 74.31 | 155.48 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 92 | 123 | 0.83 | 0.25 | 0 | 0.52 | 198.24 | 0.71 | 0.28 |
| Hex | 15 | 5C | 7B | 53 | 19 | 0 | 34 | C6 | 47 | 1C |
| Octal | 25 | 134 | 173 | 123 | 31 | 0 | 64 | 306 | 107 | 34 |
| Binary | 10101 | 1011100 | 1111011 | 1010011 | 11001 | 0 | 110100 | 11000110 | 1000111 | 11100 |
Color Harmonies of #155C7B
Complementary color
Monochromatic Colors of #155C7B
Black with #155C7B
Text Example
Text Example
White with #155C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155C7B; }
p { color: rgb(21,92,123); }
H1.HeaderClassName
{
color: #155C7B;
}
.AnyTagClassName
{
color: #155C7B;
}
</style>
background-color css
<style>
a { background-color: #155C7B; }
a { background-color: rgb(21,92,123); }
div.DivClassName
{
background-color: #155C7B;
}
.BgClassName
{
background-color: #155C7B;
}
</style>
border-color css
<style>
span { border-color: #155C7B; }
span { border-color: rgb(21,92,123); }
td.TdClassName
{
border-color: #155C7B;
}
.TagClassName
{
border-color: #155C7B;
}
</style>