Shades of Orient #18586E
Tints of Orient #18586E
RGB
CMYK
RGB Variations
Color information
#18586E (or 0x18586E) is known color: Orient. HEX triplet: 18, 58 and 6E. RGB value is (24,88,110). Sum of RGB (Red+Green+Blue) = 24+88+110=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 110 (43.36% from 255 or 49.55% from 222); Max value from RGB is 110 - color contains mainly: blue. Hex color #18586E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18586E is #E7A791. Grayscale: #474747. Windows color (decimal): -15181714 or 7231512. OLE color: 7231512.
HSL color Cylindrical-coordinate representation of color #18586E: hue angle of 195.35º 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 #18586E is Cyan = 0.78, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 88 | 110 | - |
| CMYK | 0.78 | 0.2 | 0 | 0.57 |
| HSL | 195.35º | 0.64% | 0.26% | - |
| HSV(B) | 195.35º | 0.78% | 0.43% | - |
| XYZ | 6.68 | 8.3 | 16 | - |
| YUV | 71.37 | 149.8 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 88 | 110 | 0.78 | 0.2 | 0 | 0.57 | 195.35 | 0.64 | 0.26 |
| Hex | 18 | 58 | 6E | 4E | 14 | 0 | 39 | C3 | 40 | 1A |
| Octal | 30 | 130 | 156 | 116 | 24 | 0 | 71 | 303 | 100 | 32 |
| Binary | 11000 | 1011000 | 1101110 | 1001110 | 10100 | 0 | 111001 | 11000011 | 1000000 | 11010 |
Color Harmonies of #18586E
Complementary color
Monochromatic Colors of #18586E
Black with #18586E
Text Example
Text Example
White with #18586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18586E; }
p { color: rgb(24,88,110); }
H1.HeaderClassName
{
color: #18586E;
}
.AnyTagClassName
{
color: #18586E;
}
</style>
background-color css
<style>
a { background-color: #18586E; }
a { background-color: rgb(24,88,110); }
div.DivClassName
{
background-color: #18586E;
}
.BgClassName
{
background-color: #18586E;
}
</style>
border-color css
<style>
span { border-color: #18586E; }
span { border-color: rgb(24,88,110); }
td.TdClassName
{
border-color: #18586E;
}
.TagClassName
{
border-color: #18586E;
}
</style>