Shades of Orient #185C7A
Tints of Orient #185C7A
RGB
CMYK
RGB Variations
Color information
#185C7A (or 0x185C7A) is known color: Orient. HEX triplet: 18, 5C and 7A. RGB value is (24,92,122). Sum of RGB (Red+Green+Blue) = 24+92+122=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #185C7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185C7A is #E7A385. Grayscale: #4A4A4A. Windows color (decimal): -15180678 or 8018968. OLE color: 8018968.
HSL color Cylindrical-coordinate representation of color #185C7A: hue angle of 198.37º 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 #185C7A is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 92 | 122 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.52 |
| HSL | 198.37º | 0.67% | 0.29% | - |
| HSV(B) | 198.37º | 0.8% | 0.48% | - |
| XYZ | 7.72 | 9.25 | 19.79 | - |
| YUV | 75.09 | 154.47 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 122 | 0.80 | 0.25 | 0 | 0.52 | 198.37 | 0.67 | 0.29 |
| Hex | 18 | 5C | 7A | 50 | 19 | 0 | 34 | C6 | 43 | 1D |
| Octal | 30 | 134 | 172 | 120 | 31 | 0 | 64 | 306 | 103 | 35 |
| Binary | 11000 | 1011100 | 1111010 | 1010000 | 11001 | 0 | 110100 | 11000110 | 1000011 | 11101 |
Color Harmonies of #185C7A
Complementary color
Monochromatic Colors of #185C7A
Black with #185C7A
Text Example
Text Example
White with #185C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185C7A; }
p { color: rgb(24,92,122); }
H1.HeaderClassName
{
color: #185C7A;
}
.AnyTagClassName
{
color: #185C7A;
}
</style>
background-color css
<style>
a { background-color: #185C7A; }
a { background-color: rgb(24,92,122); }
div.DivClassName
{
background-color: #185C7A;
}
.BgClassName
{
background-color: #185C7A;
}
</style>
border-color css
<style>
span { border-color: #185C7A; }
span { border-color: rgb(24,92,122); }
td.TdClassName
{
border-color: #185C7A;
}
.TagClassName
{
border-color: #185C7A;
}
</style>