Shades of Orient #185C73
Tints of Orient #185C73
RGB
CMYK
RGB Variations
Color information
#185C73 (or 0x185C73) is known color: Orient. HEX triplet: 18, 5C and 73. RGB value is (24,92,115). Sum of RGB (Red+Green+Blue) = 24+92+115=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #185C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185C73 is #E7A38C. Grayscale: #4A4A4A. Windows color (decimal): -15180685 or 7560216. OLE color: 7560216.
HSL color Cylindrical-coordinate representation of color #185C73: hue angle of 195.16º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #185C73 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 92 | 115 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.55 |
| HSL | 195.16º | 0.65% | 0.27% | - |
| HSV(B) | 195.16º | 0.79% | 0.45% | - |
| XYZ | 7.3 | 9.09 | 17.59 | - |
| YUV | 74.29 | 150.97 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 115 | 0.79 | 0.20 | 0 | 0.55 | 195.16 | 0.65 | 0.27 |
| Hex | 18 | 5C | 73 | 4F | 14 | 0 | 37 | C3 | 41 | 1B |
| Octal | 30 | 134 | 163 | 117 | 24 | 0 | 67 | 303 | 101 | 33 |
| Binary | 11000 | 1011100 | 1110011 | 1001111 | 10100 | 0 | 110111 | 11000011 | 1000001 | 11011 |
Color Harmonies of #185C73
Complementary color
Monochromatic Colors of #185C73
Black with #185C73
Text Example
Text Example
White with #185C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185C73; }
p { color: rgb(24,92,115); }
H1.HeaderClassName
{
color: #185C73;
}
.AnyTagClassName
{
color: #185C73;
}
</style>
background-color css
<style>
a { background-color: #185C73; }
a { background-color: rgb(24,92,115); }
div.DivClassName
{
background-color: #185C73;
}
.BgClassName
{
background-color: #185C73;
}
</style>
border-color css
<style>
span { border-color: #185C73; }
span { border-color: rgb(24,92,115); }
td.TdClassName
{
border-color: #185C73;
}
.TagClassName
{
border-color: #185C73;
}
</style>