Shades of Orient #18526E
Tints of Orient #18526E
RGB
CMYK
RGB Variations
Color information
#18526E (or 0x18526E) is known color: Orient. HEX triplet: 18, 52 and 6E. RGB value is (24,82,110). Sum of RGB (Red+Green+Blue) = 24+82+110=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #18526E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18526E is #E7AD91. Grayscale: #434343. Windows color (decimal): -15183250 or 7229976. OLE color: 7229976.
HSL color Cylindrical-coordinate representation of color #18526E: hue angle of 199.53º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18526E is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 82 | 110 | - |
| CMYK | 0.78 | 0.25 | 0 | 0.57 |
| HSL | 199.53º | 0.64% | 0.26% | - |
| HSV(B) | 199.53º | 0.78% | 0.43% | - |
| XYZ | 6.21 | 7.35 | 15.84 | - |
| YUV | 67.85 | 151.78 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 82 | 110 | 0.78 | 0.25 | 0 | 0.57 | 199.53 | 0.64 | 0.26 |
| Hex | 18 | 52 | 6E | 4E | 19 | 0 | 39 | C8 | 40 | 1A |
| Octal | 30 | 122 | 156 | 116 | 31 | 0 | 71 | 310 | 100 | 32 |
| Binary | 11000 | 1010010 | 1101110 | 1001110 | 11001 | 0 | 111001 | 11001000 | 1000000 | 11010 |
Color Harmonies of #18526E
Complementary color
Monochromatic Colors of #18526E
Black with #18526E
Text Example
Text Example
White with #18526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18526E; }
p { color: rgb(24,82,110); }
H1.HeaderClassName
{
color: #18526E;
}
.AnyTagClassName
{
color: #18526E;
}
</style>
background-color css
<style>
a { background-color: #18526E; }
a { background-color: rgb(24,82,110); }
div.DivClassName
{
background-color: #18526E;
}
.BgClassName
{
background-color: #18526E;
}
</style>
border-color css
<style>
span { border-color: #18526E; }
span { border-color: rgb(24,82,110); }
td.TdClassName
{
border-color: #18526E;
}
.TagClassName
{
border-color: #18526E;
}
</style>