Shades of Orient #185C6E
Tints of Orient #185C6E
RGB
CMYK
RGB Variations
Color information
#185C6E (or 0x185C6E) is known color: Orient. HEX triplet: 18, 5C and 6E. RGB value is (24,92,110). Sum of RGB (Red+Green+Blue) = 24+92+110=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #185C6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185C6E is #E7A391. Grayscale: #494949. Windows color (decimal): -15180690 or 7232536. OLE color: 7232536.
HSL color Cylindrical-coordinate representation of color #185C6E: hue angle of 192.56º 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 #185C6E is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 92 | 110 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.57 |
| HSL | 192.56º | 0.64% | 0.26% | - |
| HSV(B) | 192.56º | 0.78% | 0.43% | - |
| XYZ | 7.02 | 8.97 | 16.11 | - |
| YUV | 73.72 | 148.47 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 110 | 0.78 | 0.16 | 0 | 0.57 | 192.56 | 0.64 | 0.26 |
| Hex | 18 | 5C | 6E | 4E | 10 | 0 | 39 | C1 | 40 | 1A |
| Octal | 30 | 134 | 156 | 116 | 20 | 0 | 71 | 301 | 100 | 32 |
| Binary | 11000 | 1011100 | 1101110 | 1001110 | 10000 | 0 | 111001 | 11000001 | 1000000 | 11010 |
Color Harmonies of #185C6E
Complementary color
Monochromatic Colors of #185C6E
Black with #185C6E
Text Example
Text Example
White with #185C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185C6E; }
p { color: rgb(24,92,110); }
H1.HeaderClassName
{
color: #185C6E;
}
.AnyTagClassName
{
color: #185C6E;
}
</style>
background-color css
<style>
a { background-color: #185C6E; }
a { background-color: rgb(24,92,110); }
div.DivClassName
{
background-color: #185C6E;
}
.BgClassName
{
background-color: #185C6E;
}
</style>
border-color css
<style>
span { border-color: #185C6E; }
span { border-color: rgb(24,92,110); }
td.TdClassName
{
border-color: #185C6E;
}
.TagClassName
{
border-color: #185C6E;
}
</style>