Shades of Orient #18576F
Tints of Orient #18576F
RGB
CMYK
RGB Variations
Color information
#18576F (or 0x18576F) is known color: Orient. HEX triplet: 18, 57 and 6F. RGB value is (24,87,111). Sum of RGB (Red+Green+Blue) = 24+87+111=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #18576F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18576F is #E7A890. Grayscale: #464646. Windows color (decimal): -15181969 or 7296792. OLE color: 7296792.
HSL color Cylindrical-coordinate representation of color #18576F: hue angle of 196.55º 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 #18576F is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 87 | 111 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.56 |
| HSL | 196.55º | 0.64% | 0.26% | - |
| HSV(B) | 196.55º | 0.78% | 0.44% | - |
| XYZ | 6.65 | 8.16 | 16.26 | - |
| YUV | 70.9 | 150.63 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 87 | 111 | 0.78 | 0.22 | 0 | 0.56 | 196.55 | 0.64 | 0.26 |
| Hex | 18 | 57 | 6F | 4E | 16 | 0 | 38 | C5 | 40 | 1A |
| Octal | 30 | 127 | 157 | 116 | 26 | 0 | 70 | 305 | 100 | 32 |
| Binary | 11000 | 1010111 | 1101111 | 1001110 | 10110 | 0 | 111000 | 11000101 | 1000000 | 11010 |
Color Harmonies of #18576F
Complementary color
Monochromatic Colors of #18576F
Black with #18576F
Text Example
Text Example
White with #18576F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18576F; }
p { color: rgb(24,87,111); }
H1.HeaderClassName
{
color: #18576F;
}
.AnyTagClassName
{
color: #18576F;
}
</style>
background-color css
<style>
a { background-color: #18576F; }
a { background-color: rgb(24,87,111); }
div.DivClassName
{
background-color: #18576F;
}
.BgClassName
{
background-color: #18576F;
}
</style>
border-color css
<style>
span { border-color: #18576F; }
span { border-color: rgb(24,87,111); }
td.TdClassName
{
border-color: #18576F;
}
.TagClassName
{
border-color: #18576F;
}
</style>