Shades of Orient #155A75
Tints of Orient #155A75
RGB
CMYK
RGB Variations
Color information
#155A75 (or 0x155A75) is known color: Orient. HEX triplet: 15, 5A and 75. RGB value is (21,90,117). Sum of RGB (Red+Green+Blue) = 21+90+117=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #155A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A75 is #EAA58A. Grayscale: #484848. Windows color (decimal): -15377803 or 7690773. OLE color: 7690773.
HSL color Cylindrical-coordinate representation of color #155A75: hue angle of 196.88º 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 #155A75 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 21 | 90 | 117 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.54 |
| HSL | 196.88º | 0.7% | 0.27% | - |
| HSV(B) | 196.88º | 0.82% | 0.46% | - |
| XYZ | 7.18 | 8.76 | 18.14 | - |
| YUV | 72.45 | 153.14 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 117 | 0.82 | 0.23 | 0 | 0.54 | 196.88 | 0.7 | 0.27 |
| Hex | 15 | 5A | 75 | 52 | 17 | 0 | 36 | C5 | 46 | 1B |
| Octal | 25 | 132 | 165 | 122 | 27 | 0 | 66 | 305 | 106 | 33 |
| Binary | 10101 | 1011010 | 1110101 | 1010010 | 10111 | 0 | 110110 | 11000101 | 1000110 | 11011 |
Color Harmonies of #155A75
Complementary color
Monochromatic Colors of #155A75
Black with #155A75
Text Example
Text Example
White with #155A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A75; }
p { color: rgb(21,90,117); }
H1.HeaderClassName
{
color: #155A75;
}
.AnyTagClassName
{
color: #155A75;
}
</style>
background-color css
<style>
a { background-color: #155A75; }
a { background-color: rgb(21,90,117); }
div.DivClassName
{
background-color: #155A75;
}
.BgClassName
{
background-color: #155A75;
}
</style>
border-color css
<style>
span { border-color: #155A75; }
span { border-color: rgb(21,90,117); }
td.TdClassName
{
border-color: #155A75;
}
.TagClassName
{
border-color: #155A75;
}
</style>