Shades of Orient #185B6E
Tints of Orient #185B6E
RGB
CMYK
RGB Variations
Color information
#185B6E (or 0x185B6E) is known color: Orient. HEX triplet: 18, 5B and 6E. RGB value is (24,91,110). Sum of RGB (Red+Green+Blue) = 24+91+110=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #185B6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185B6E is #E7A491. Grayscale: #484848. Windows color (decimal): -15180946 or 7232280. OLE color: 7232280.
HSL color Cylindrical-coordinate representation of color #185B6E: hue angle of 193.26º 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 #185B6E is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 91 | 110 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.57 |
| HSL | 193.26º | 0.64% | 0.26% | - |
| HSV(B) | 193.26º | 0.78% | 0.43% | - |
| XYZ | 6.93 | 8.8 | 16.09 | - |
| YUV | 73.13 | 148.8 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 110 | 0.78 | 0.17 | 0 | 0.57 | 193.26 | 0.64 | 0.26 |
| Hex | 18 | 5B | 6E | 4E | 11 | 0 | 39 | C1 | 40 | 1A |
| Octal | 30 | 133 | 156 | 116 | 21 | 0 | 71 | 301 | 100 | 32 |
| Binary | 11000 | 1011011 | 1101110 | 1001110 | 10001 | 0 | 111001 | 11000001 | 1000000 | 11010 |
Color Harmonies of #185B6E
Complementary color
Monochromatic Colors of #185B6E
Black with #185B6E
Text Example
Text Example
White with #185B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185B6E; }
p { color: rgb(24,91,110); }
H1.HeaderClassName
{
color: #185B6E;
}
.AnyTagClassName
{
color: #185B6E;
}
</style>
background-color css
<style>
a { background-color: #185B6E; }
a { background-color: rgb(24,91,110); }
div.DivClassName
{
background-color: #185B6E;
}
.BgClassName
{
background-color: #185B6E;
}
</style>
border-color css
<style>
span { border-color: #185B6E; }
span { border-color: rgb(24,91,110); }
td.TdClassName
{
border-color: #185B6E;
}
.TagClassName
{
border-color: #185B6E;
}
</style>