Shades of Orient #15597B
Tints of Orient #15597B
RGB
CMYK
RGB Variations
Color information
#15597B (or 0x15597B) is known color: Orient. HEX triplet: 15, 59 and 7B. RGB value is (21,89,123). Sum of RGB (Red+Green+Blue) = 21+89+123=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #15597B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15597B is #EAA684. Grayscale: #484848. Windows color (decimal): -15378053 or 8083733. OLE color: 8083733.
HSL color Cylindrical-coordinate representation of color #15597B: hue angle of 200º 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 #15597B is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 21 | 89 | 123 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.52 |
| HSL | 200º | 0.71% | 0.28% | - |
| HSV(B) | 200º | 0.83% | 0.48% | - |
| XYZ | 7.46 | 8.73 | 20.03 | - |
| YUV | 72.54 | 156.47 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 89 | 123 | 0.83 | 0.28 | 0 | 0.52 | 200 | 0.71 | 0.28 |
| Hex | 15 | 59 | 7B | 53 | 1C | 0 | 34 | C8 | 47 | 1C |
| Octal | 25 | 131 | 173 | 123 | 34 | 0 | 64 | 310 | 107 | 34 |
| Binary | 10101 | 1011001 | 1111011 | 1010011 | 11100 | 0 | 110100 | 11001000 | 1000111 | 11100 |
Color Harmonies of #15597B
Complementary color
Monochromatic Colors of #15597B
Black with #15597B
Text Example
Text Example
White with #15597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15597B; }
p { color: rgb(21,89,123); }
H1.HeaderClassName
{
color: #15597B;
}
.AnyTagClassName
{
color: #15597B;
}
</style>
background-color css
<style>
a { background-color: #15597B; }
a { background-color: rgb(21,89,123); }
div.DivClassName
{
background-color: #15597B;
}
.BgClassName
{
background-color: #15597B;
}
</style>
border-color css
<style>
span { border-color: #15597B; }
span { border-color: rgb(21,89,123); }
td.TdClassName
{
border-color: #15597B;
}
.TagClassName
{
border-color: #15597B;
}
</style>