Shades of Orient #18567A
Tints of Orient #18567A
RGB
CMYK
RGB Variations
Color information
#18567A (or 0x18567A) is known color: Orient. HEX triplet: 18, 56 and 7A. RGB value is (24,86,122). Sum of RGB (Red+Green+Blue) = 24+86+122=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #18567A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18567A is #E7A985. Grayscale: #474747. Windows color (decimal): -15182214 or 8017432. OLE color: 8017432.
HSL color Cylindrical-coordinate representation of color #18567A: hue angle of 202.04º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18567A is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 86 | 122 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.52 |
| HSL | 202.04º | 0.67% | 0.29% | - |
| HSV(B) | 202.04º | 0.8% | 0.48% | - |
| XYZ | 7.22 | 8.25 | 19.63 | - |
| YUV | 71.57 | 156.46 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 86 | 122 | 0.80 | 0.30 | 0 | 0.52 | 202.04 | 0.67 | 0.29 |
| Hex | 18 | 56 | 7A | 50 | 1E | 0 | 34 | CA | 43 | 1D |
| Octal | 30 | 126 | 172 | 120 | 36 | 0 | 64 | 312 | 103 | 35 |
| Binary | 11000 | 1010110 | 1111010 | 1010000 | 11110 | 0 | 110100 | 11001010 | 1000011 | 11101 |
Color Harmonies of #18567A
Complementary color
Monochromatic Colors of #18567A
Black with #18567A
Text Example
Text Example
White with #18567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18567A; }
p { color: rgb(24,86,122); }
H1.HeaderClassName
{
color: #18567A;
}
.AnyTagClassName
{
color: #18567A;
}
</style>
background-color css
<style>
a { background-color: #18567A; }
a { background-color: rgb(24,86,122); }
div.DivClassName
{
background-color: #18567A;
}
.BgClassName
{
background-color: #18567A;
}
</style>
border-color css
<style>
span { border-color: #18567A; }
span { border-color: rgb(24,86,122); }
td.TdClassName
{
border-color: #18567A;
}
.TagClassName
{
border-color: #18567A;
}
</style>