Shades of Orient #18587C
Tints of Orient #18587C
RGB
CMYK
RGB Variations
Color information
#18587C (or 0x18587C) is known color: Orient. HEX triplet: 18, 58 and 7C. RGB value is (24,88,124). Sum of RGB (Red+Green+Blue) = 24+88+124=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #18587C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18587C is #E7A783. Grayscale: #484848. Windows color (decimal): -15181700 or 8149016. OLE color: 8149016.
HSL color Cylindrical-coordinate representation of color #18587C: hue angle of 201.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 #18587C is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 88 | 124 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.51 |
| HSL | 201.6º | 0.68% | 0.29% | - |
| HSV(B) | 201.6º | 0.81% | 0.49% | - |
| XYZ | 7.5 | 8.63 | 20.34 | - |
| YUV | 72.97 | 156.8 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 88 | 124 | 0.81 | 0.29 | 0 | 0.51 | 201.6 | 0.68 | 0.29 |
| Hex | 18 | 58 | 7C | 51 | 1D | 0 | 33 | CA | 44 | 1D |
| Octal | 30 | 130 | 174 | 121 | 35 | 0 | 63 | 312 | 104 | 35 |
| Binary | 11000 | 1011000 | 1111100 | 1010001 | 11101 | 0 | 110011 | 11001010 | 1000100 | 11101 |
Color Harmonies of #18587C
Complementary color
Monochromatic Colors of #18587C
Black with #18587C
Text Example
Text Example
White with #18587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18587C; }
p { color: rgb(24,88,124); }
H1.HeaderClassName
{
color: #18587C;
}
.AnyTagClassName
{
color: #18587C;
}
</style>
background-color css
<style>
a { background-color: #18587C; }
a { background-color: rgb(24,88,124); }
div.DivClassName
{
background-color: #18587C;
}
.BgClassName
{
background-color: #18587C;
}
</style>
border-color css
<style>
span { border-color: #18587C; }
span { border-color: rgb(24,88,124); }
td.TdClassName
{
border-color: #18587C;
}
.TagClassName
{
border-color: #18587C;
}
</style>