Shades of Orient #18566F
Tints of Orient #18566F
RGB
CMYK
RGB Variations
Color information
#18566F (or 0x18566F) is known color: Orient. HEX triplet: 18, 56 and 6F. RGB value is (24,86,111). Sum of RGB (Red+Green+Blue) = 24+86+111=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #18566F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18566F is #E7A990. Grayscale: #464646. Windows color (decimal): -15182225 or 7296536. OLE color: 7296536.
HSL color Cylindrical-coordinate representation of color #18566F: hue angle of 197.24º 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 #18566F is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 86 | 111 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.56 |
| HSL | 197.24º | 0.64% | 0.26% | - |
| HSV(B) | 197.24º | 0.78% | 0.44% | - |
| XYZ | 6.57 | 8 | 16.24 | - |
| YUV | 70.31 | 150.96 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 111 | 0.78 | 0.23 | 0 | 0.56 | 197.24 | 0.64 | 0.26 |
| Hex | 18 | 56 | 6F | 4E | 17 | 0 | 38 | C5 | 40 | 1A |
| Octal | 30 | 126 | 157 | 116 | 27 | 0 | 70 | 305 | 100 | 32 |
| Binary | 11000 | 1010110 | 1101111 | 1001110 | 10111 | 0 | 111000 | 11000101 | 1000000 | 11010 |
Color Harmonies of #18566F
Complementary color
Monochromatic Colors of #18566F
Black with #18566F
Text Example
Text Example
White with #18566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18566F; }
p { color: rgb(24,86,111); }
H1.HeaderClassName
{
color: #18566F;
}
.AnyTagClassName
{
color: #18566F;
}
</style>
background-color css
<style>
a { background-color: #18566F; }
a { background-color: rgb(24,86,111); }
div.DivClassName
{
background-color: #18566F;
}
.BgClassName
{
background-color: #18566F;
}
</style>
border-color css
<style>
span { border-color: #18566F; }
span { border-color: rgb(24,86,111); }
td.TdClassName
{
border-color: #18566F;
}
.TagClassName
{
border-color: #18566F;
}
</style>