Shades of Orient #185D79
Tints of Orient #185D79
RGB
CMYK
RGB Variations
Color information
#185D79 (or 0x185D79) is known color: Orient. HEX triplet: 18, 5D and 79. RGB value is (24,93,121). Sum of RGB (Red+Green+Blue) = 24+93+121=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 121 (47.66% from 255 or 50.84% from 238); Max value from RGB is 121 - color contains mainly: blue. Hex color #185D79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185D79 is #E7A286. Grayscale: #4B4B4B. Windows color (decimal): -15180423 or 7953688. OLE color: 7953688.
HSL color Cylindrical-coordinate representation of color #185D79: hue angle of 197.32º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185D79 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 93 | 121 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.53 |
| HSL | 197.32º | 0.67% | 0.28% | - |
| HSV(B) | 197.32º | 0.8% | 0.47% | - |
| XYZ | 7.74 | 9.4 | 19.5 | - |
| YUV | 75.56 | 153.64 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 93 | 121 | 0.80 | 0.23 | 0 | 0.53 | 197.32 | 0.67 | 0.28 |
| Hex | 18 | 5D | 79 | 50 | 17 | 0 | 35 | C5 | 43 | 1C |
| Octal | 30 | 135 | 171 | 120 | 27 | 0 | 65 | 305 | 103 | 34 |
| Binary | 11000 | 1011101 | 1111001 | 1010000 | 10111 | 0 | 110101 | 11000101 | 1000011 | 11100 |
Color Harmonies of #185D79
Complementary color
Monochromatic Colors of #185D79
Black with #185D79
Text Example
Text Example
White with #185D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185D79; }
p { color: rgb(24,93,121); }
H1.HeaderClassName
{
color: #185D79;
}
.AnyTagClassName
{
color: #185D79;
}
</style>
background-color css
<style>
a { background-color: #185D79; }
a { background-color: rgb(24,93,121); }
div.DivClassName
{
background-color: #185D79;
}
.BgClassName
{
background-color: #185D79;
}
</style>
border-color css
<style>
span { border-color: #185D79; }
span { border-color: rgb(24,93,121); }
td.TdClassName
{
border-color: #185D79;
}
.TagClassName
{
border-color: #185D79;
}
</style>