Shades of Orient #185C7B
Tints of Orient #185C7B
RGB
CMYK
RGB Variations
Color information
#185C7B (or 0x185C7B) is known color: Orient. HEX triplet: 18, 5C and 7B. RGB value is (24,92,123). Sum of RGB (Red+Green+Blue) = 24+92+123=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #185C7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185C7B is #E7A384. Grayscale: #4B4B4B. Windows color (decimal): -15180677 or 8084504. OLE color: 8084504.
HSL color Cylindrical-coordinate representation of color #185C7B: hue angle of 198.79º 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 #185C7B is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 92 | 123 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.52 |
| HSL | 198.79º | 0.67% | 0.29% | - |
| HSV(B) | 198.79º | 0.8% | 0.48% | - |
| XYZ | 7.78 | 9.28 | 20.12 | - |
| YUV | 75.2 | 154.97 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 123 | 0.80 | 0.25 | 0 | 0.52 | 198.79 | 0.67 | 0.29 |
| Hex | 18 | 5C | 7B | 50 | 19 | 0 | 34 | C7 | 43 | 1D |
| Octal | 30 | 134 | 173 | 120 | 31 | 0 | 64 | 307 | 103 | 35 |
| Binary | 11000 | 1011100 | 1111011 | 1010000 | 11001 | 0 | 110100 | 11000111 | 1000011 | 11101 |
Color Harmonies of #185C7B
Complementary color
Monochromatic Colors of #185C7B
Black with #185C7B
Text Example
Text Example
White with #185C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185C7B; }
p { color: rgb(24,92,123); }
H1.HeaderClassName
{
color: #185C7B;
}
.AnyTagClassName
{
color: #185C7B;
}
</style>
background-color css
<style>
a { background-color: #185C7B; }
a { background-color: rgb(24,92,123); }
div.DivClassName
{
background-color: #185C7B;
}
.BgClassName
{
background-color: #185C7B;
}
</style>
border-color css
<style>
span { border-color: #185C7B; }
span { border-color: rgb(24,92,123); }
td.TdClassName
{
border-color: #185C7B;
}
.TagClassName
{
border-color: #185C7B;
}
</style>