Shades of Orient #185D7C
Tints of Orient #185D7C
RGB
CMYK
RGB Variations
Color information
#185D7C (or 0x185D7C) is known color: Orient. HEX triplet: 18, 5D and 7C. RGB value is (24,93,124). Sum of RGB (Red+Green+Blue) = 24+93+124=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #185D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185D7C is #E7A283. Grayscale: #4B4B4B. Windows color (decimal): -15180420 or 8150296. OLE color: 8150296.
HSL color Cylindrical-coordinate representation of color #185D7C: hue angle of 198.6º 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 #185D7C is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 93 | 124 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.51 |
| HSL | 198.6º | 0.68% | 0.29% | - |
| HSV(B) | 198.6º | 0.81% | 0.49% | - |
| XYZ | 7.93 | 9.48 | 20.48 | - |
| YUV | 75.9 | 155.14 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 93 | 124 | 0.81 | 0.25 | 0 | 0.51 | 198.6 | 0.68 | 0.29 |
| Hex | 18 | 5D | 7C | 51 | 19 | 0 | 33 | C7 | 44 | 1D |
| Octal | 30 | 135 | 174 | 121 | 31 | 0 | 63 | 307 | 104 | 35 |
| Binary | 11000 | 1011101 | 1111100 | 1010001 | 11001 | 0 | 110011 | 11000111 | 1000100 | 11101 |
Color Harmonies of #185D7C
Complementary color
Monochromatic Colors of #185D7C
Black with #185D7C
Text Example
Text Example
White with #185D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185D7C; }
p { color: rgb(24,93,124); }
H1.HeaderClassName
{
color: #185D7C;
}
.AnyTagClassName
{
color: #185D7C;
}
</style>
background-color css
<style>
a { background-color: #185D7C; }
a { background-color: rgb(24,93,124); }
div.DivClassName
{
background-color: #185D7C;
}
.BgClassName
{
background-color: #185D7C;
}
</style>
border-color css
<style>
span { border-color: #185D7C; }
span { border-color: rgb(24,93,124); }
td.TdClassName
{
border-color: #185D7C;
}
.TagClassName
{
border-color: #185D7C;
}
</style>