Shades of Orient #18546D
Tints of Orient #18546D
RGB
CMYK
RGB Variations
Color information
#18546D (or 0x18546D) is known color: Orient. HEX triplet: 18, 54 and 6D. RGB value is (24,84,109). Sum of RGB (Red+Green+Blue) = 24+84+109=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #18546D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18546D is #E7AB92. Grayscale: #444444. Windows color (decimal): -15182739 or 7164952. OLE color: 7164952.
HSL color Cylindrical-coordinate representation of color #18546D: hue angle of 197.65º 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 #18546D is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 84 | 109 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.57 |
| HSL | 197.65º | 0.64% | 0.26% | - |
| HSV(B) | 197.65º | 0.78% | 0.43% | - |
| XYZ | 6.31 | 7.64 | 15.61 | - |
| YUV | 68.91 | 150.62 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 84 | 109 | 0.78 | 0.23 | 0 | 0.57 | 197.65 | 0.64 | 0.26 |
| Hex | 18 | 54 | 6D | 4E | 17 | 0 | 39 | C6 | 40 | 1A |
| Octal | 30 | 124 | 155 | 116 | 27 | 0 | 71 | 306 | 100 | 32 |
| Binary | 11000 | 1010100 | 1101101 | 1001110 | 10111 | 0 | 111001 | 11000110 | 1000000 | 11010 |
Color Harmonies of #18546D
Complementary color
Monochromatic Colors of #18546D
Black with #18546D
Text Example
Text Example
White with #18546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18546D; }
p { color: rgb(24,84,109); }
H1.HeaderClassName
{
color: #18546D;
}
.AnyTagClassName
{
color: #18546D;
}
</style>
background-color css
<style>
a { background-color: #18546D; }
a { background-color: rgb(24,84,109); }
div.DivClassName
{
background-color: #18546D;
}
.BgClassName
{
background-color: #18546D;
}
</style>
border-color css
<style>
span { border-color: #18546D; }
span { border-color: rgb(24,84,109); }
td.TdClassName
{
border-color: #18546D;
}
.TagClassName
{
border-color: #18546D;
}
</style>