Shades of Orient #155A79
Tints of Orient #155A79
RGB
CMYK
RGB Variations
Color information
#155A79 (or 0x155A79) is known color: Orient. HEX triplet: 15, 5A and 79. RGB value is (21,90,121). Sum of RGB (Red+Green+Blue) = 21+90+121=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #155A79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A79 is #EAA586. Grayscale: #484848. Windows color (decimal): -15377799 or 7952917. OLE color: 7952917.
HSL color Cylindrical-coordinate representation of color #155A79: hue angle of 198.6º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #155A79 is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 90 | 121 | - |
| CMYK | 0.83 | 0.26 | 0 | 0.53 |
| HSL | 198.6º | 0.7% | 0.28% | - |
| HSV(B) | 198.6º | 0.83% | 0.47% | - |
| XYZ | 7.42 | 8.85 | 19.41 | - |
| YUV | 72.9 | 155.14 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 90 | 121 | 0.83 | 0.26 | 0 | 0.53 | 198.6 | 0.7 | 0.28 |
| Hex | 15 | 5A | 79 | 53 | 1A | 0 | 35 | C7 | 46 | 1C |
| Octal | 25 | 132 | 171 | 123 | 32 | 0 | 65 | 307 | 106 | 34 |
| Binary | 10101 | 1011010 | 1111001 | 1010011 | 11010 | 0 | 110101 | 11000111 | 1000110 | 11100 |
Color Harmonies of #155A79
Complementary color
Monochromatic Colors of #155A79
Black with #155A79
Text Example
Text Example
White with #155A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155A79; }
p { color: rgb(21,90,121); }
H1.HeaderClassName
{
color: #155A79;
}
.AnyTagClassName
{
color: #155A79;
}
</style>
background-color css
<style>
a { background-color: #155A79; }
a { background-color: rgb(21,90,121); }
div.DivClassName
{
background-color: #155A79;
}
.BgClassName
{
background-color: #155A79;
}
</style>
border-color css
<style>
span { border-color: #155A79; }
span { border-color: rgb(21,90,121); }
td.TdClassName
{
border-color: #155A79;
}
.TagClassName
{
border-color: #155A79;
}
</style>