Shades of Orient #185C6D
Tints of Orient #185C6D
RGB
CMYK
RGB Variations
Color information
#185C6D (or 0x185C6D) is known color: Orient. HEX triplet: 18, 5C and 6D. RGB value is (24,92,109). Sum of RGB (Red+Green+Blue) = 24+92+109=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #185C6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185C6D is #E7A392. Grayscale: #494949. Windows color (decimal): -15180691 or 7167000. OLE color: 7167000.
HSL color Cylindrical-coordinate representation of color #185C6D: hue angle of 192º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #185C6D is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 92 | 109 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.57 |
| HSL | 192º | 0.64% | 0.26% | - |
| HSV(B) | 192º | 0.78% | 0.43% | - |
| XYZ | 6.96 | 8.95 | 15.83 | - |
| YUV | 73.61 | 147.97 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 109 | 0.78 | 0.16 | 0 | 0.57 | 192 | 0.64 | 0.26 |
| Hex | 18 | 5C | 6D | 4E | 10 | 0 | 39 | C0 | 40 | 1A |
| Octal | 30 | 134 | 155 | 116 | 20 | 0 | 71 | 300 | 100 | 32 |
| Binary | 11000 | 1011100 | 1101101 | 1001110 | 10000 | 0 | 111001 | 11000000 | 1000000 | 11010 |
Color Harmonies of #185C6D
Complementary color
Monochromatic Colors of #185C6D
Black with #185C6D
Text Example
Text Example
White with #185C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185C6D; }
p { color: rgb(24,92,109); }
H1.HeaderClassName
{
color: #185C6D;
}
.AnyTagClassName
{
color: #185C6D;
}
</style>
background-color css
<style>
a { background-color: #185C6D; }
a { background-color: rgb(24,92,109); }
div.DivClassName
{
background-color: #185C6D;
}
.BgClassName
{
background-color: #185C6D;
}
</style>
border-color css
<style>
span { border-color: #185C6D; }
span { border-color: rgb(24,92,109); }
td.TdClassName
{
border-color: #185C6D;
}
.TagClassName
{
border-color: #185C6D;
}
</style>