Shades of Orient #18506F
Tints of Orient #18506F
RGB
CMYK
RGB Variations
Color information
#18506F (or 0x18506F) is known color: Orient. HEX triplet: 18, 50 and 6F. RGB value is (24,80,111). Sum of RGB (Red+Green+Blue) = 24+80+111=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #18506F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18506F is #E7AF90. Grayscale: #424242. Windows color (decimal): -15183761 or 7295000. OLE color: 7295000.
HSL color Cylindrical-coordinate representation of color #18506F: hue angle of 201.38º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18506F is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 80 | 111 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.56 |
| HSL | 201.38º | 0.64% | 0.26% | - |
| HSV(B) | 201.38º | 0.78% | 0.44% | - |
| XYZ | 6.11 | 7.08 | 16.08 | - |
| YUV | 66.79 | 152.95 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 111 | 0.78 | 0.28 | 0 | 0.56 | 201.38 | 0.64 | 0.26 |
| Hex | 18 | 50 | 6F | 4E | 1C | 0 | 38 | C9 | 40 | 1A |
| Octal | 30 | 120 | 157 | 116 | 34 | 0 | 70 | 311 | 100 | 32 |
| Binary | 11000 | 1010000 | 1101111 | 1001110 | 11100 | 0 | 111000 | 11001001 | 1000000 | 11010 |
Color Harmonies of #18506F
Complementary color
Monochromatic Colors of #18506F
Black with #18506F
Text Example
Text Example
White with #18506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18506F; }
p { color: rgb(24,80,111); }
H1.HeaderClassName
{
color: #18506F;
}
.AnyTagClassName
{
color: #18506F;
}
</style>
background-color css
<style>
a { background-color: #18506F; }
a { background-color: rgb(24,80,111); }
div.DivClassName
{
background-color: #18506F;
}
.BgClassName
{
background-color: #18506F;
}
</style>
border-color css
<style>
span { border-color: #18506F; }
span { border-color: rgb(24,80,111); }
td.TdClassName
{
border-color: #18506F;
}
.TagClassName
{
border-color: #18506F;
}
</style>