Shades of Orient #185E7E
Tints of Orient #185E7E
RGB
CMYK
RGB Variations
Color information
#185E7E (or 0x185E7E) is known color: Orient. HEX triplet: 18, 5E and 7E. RGB value is (24,94,126). Sum of RGB (Red+Green+Blue) = 24+94+126=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 126 (49.61% from 255 or 51.64% from 244); Max value from RGB is 126 - color contains mainly: blue. Hex color #185E7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185E7E is #E7A181. Grayscale: #4C4C4C. Windows color (decimal): -15180162 or 8281624. OLE color: 8281624.
HSL color Cylindrical-coordinate representation of color #185E7E: hue angle of 198.82º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #185E7E is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 94 | 126 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.51 |
| HSL | 198.82º | 0.68% | 0.29% | - |
| HSV(B) | 198.82º | 0.81% | 0.49% | - |
| XYZ | 8.15 | 9.71 | 21.18 | - |
| YUV | 76.72 | 155.81 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 94 | 126 | 0.81 | 0.25 | 0 | 0.51 | 198.82 | 0.68 | 0.29 |
| Hex | 18 | 5E | 7E | 51 | 19 | 0 | 33 | C7 | 44 | 1D |
| Octal | 30 | 136 | 176 | 121 | 31 | 0 | 63 | 307 | 104 | 35 |
| Binary | 11000 | 1011110 | 1111110 | 1010001 | 11001 | 0 | 110011 | 11000111 | 1000100 | 11101 |
Color Harmonies of #185E7E
Complementary color
Monochromatic Colors of #185E7E
Black with #185E7E
Text Example
Text Example
White with #185E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185E7E; }
p { color: rgb(24,94,126); }
H1.HeaderClassName
{
color: #185E7E;
}
.AnyTagClassName
{
color: #185E7E;
}
</style>
background-color css
<style>
a { background-color: #185E7E; }
a { background-color: rgb(24,94,126); }
div.DivClassName
{
background-color: #185E7E;
}
.BgClassName
{
background-color: #185E7E;
}
</style>
border-color css
<style>
span { border-color: #185E7E; }
span { border-color: rgb(24,94,126); }
td.TdClassName
{
border-color: #185E7E;
}
.TagClassName
{
border-color: #185E7E;
}
</style>