Shades of Orient #18526A
Tints of Orient #18526A
RGB
CMYK
RGB Variations
Color information
#18526A (or 0x18526A) is known color: Orient. HEX triplet: 18, 52 and 6A. RGB value is (24,82,106). Sum of RGB (Red+Green+Blue) = 24+82+106=212 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.32% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 106 (41.80% from 255 or 50% from 212); Max value from RGB is 106 - color contains mainly: blue. Hex color #18526A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18526A is #E7AD95. Grayscale: #434343. Windows color (decimal): -15183254 or 6967832. OLE color: 6967832.
HSL color Cylindrical-coordinate representation of color #18526A: hue angle of 197.56º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18526A is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 82 | 106 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.58 |
| HSL | 197.56º | 0.63% | 0.25% | - |
| HSV(B) | 197.56º | 0.77% | 0.42% | - |
| XYZ | 6 | 7.27 | 14.72 | - |
| YUV | 67.39 | 149.78 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 82 | 106 | 0.77 | 0.23 | 0 | 0.58 | 197.56 | 0.63 | 0.25 |
| Hex | 18 | 52 | 6A | 4D | 17 | 0 | 3A | C6 | 3F | 19 |
| Octal | 30 | 122 | 152 | 115 | 27 | 0 | 72 | 306 | 77 | 31 |
| Binary | 11000 | 1010010 | 1101010 | 1001101 | 10111 | 0 | 111010 | 11000110 | 111111 | 11001 |
Color Harmonies of #18526A
Complementary color
Monochromatic Colors of #18526A
Black with #18526A
Text Example
Text Example
White with #18526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18526A; }
p { color: rgb(24,82,106); }
H1.HeaderClassName
{
color: #18526A;
}
.AnyTagClassName
{
color: #18526A;
}
</style>
background-color css
<style>
a { background-color: #18526A; }
a { background-color: rgb(24,82,106); }
div.DivClassName
{
background-color: #18526A;
}
.BgClassName
{
background-color: #18526A;
}
</style>
border-color css
<style>
span { border-color: #18526A; }
span { border-color: rgb(24,82,106); }
td.TdClassName
{
border-color: #18526A;
}
.TagClassName
{
border-color: #18526A;
}
</style>