Shades of Orient #185E7A
Tints of Orient #185E7A
RGB
CMYK
RGB Variations
Color information
#185E7A (or 0x185E7A) is known color: Orient. HEX triplet: 18, 5E and 7A. RGB value is (24,94,122). Sum of RGB (Red+Green+Blue) = 24+94+122=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #185E7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185E7A is #E7A185. Grayscale: #4C4C4C. Windows color (decimal): -15180166 or 8019480. OLE color: 8019480.
HSL color Cylindrical-coordinate representation of color #185E7A: hue angle of 197.14º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185E7A is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 94 | 122 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.52 |
| HSL | 197.14º | 0.67% | 0.29% | - |
| HSV(B) | 197.14º | 0.8% | 0.48% | - |
| XYZ | 7.89 | 9.6 | 19.85 | - |
| YUV | 76.26 | 153.81 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 94 | 122 | 0.80 | 0.23 | 0 | 0.52 | 197.14 | 0.67 | 0.29 |
| Hex | 18 | 5E | 7A | 50 | 17 | 0 | 34 | C5 | 43 | 1D |
| Octal | 30 | 136 | 172 | 120 | 27 | 0 | 64 | 305 | 103 | 35 |
| Binary | 11000 | 1011110 | 1111010 | 1010000 | 10111 | 0 | 110100 | 11000101 | 1000011 | 11101 |
Color Harmonies of #185E7A
Complementary color
Monochromatic Colors of #185E7A
Black with #185E7A
Text Example
Text Example
White with #185E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185E7A; }
p { color: rgb(24,94,122); }
H1.HeaderClassName
{
color: #185E7A;
}
.AnyTagClassName
{
color: #185E7A;
}
</style>
background-color css
<style>
a { background-color: #185E7A; }
a { background-color: rgb(24,94,122); }
div.DivClassName
{
background-color: #185E7A;
}
.BgClassName
{
background-color: #185E7A;
}
</style>
border-color css
<style>
span { border-color: #185E7A; }
span { border-color: rgb(24,94,122); }
td.TdClassName
{
border-color: #185E7A;
}
.TagClassName
{
border-color: #185E7A;
}
</style>