Shades of Orient #185C7E
Tints of Orient #185C7E
RGB
CMYK
RGB Variations
Color information
#185C7E (or 0x185C7E) is known color: Orient. HEX triplet: 18, 5C and 7E. RGB value is (24,92,126). Sum of RGB (Red+Green+Blue) = 24+92+126=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 126 (49.61% from 255 or 52.07% from 242); Max value from RGB is 126 - color contains mainly: blue. Hex color #185C7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185C7E is #E7A381. Grayscale: #4B4B4B. Windows color (decimal): -15180674 or 8281112. OLE color: 8281112.
HSL color Cylindrical-coordinate representation of color #185C7E: hue angle of 200º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #185C7E is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 92 | 126 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.51 |
| HSL | 200º | 0.68% | 0.29% | - |
| HSV(B) | 200º | 0.81% | 0.49% | - |
| XYZ | 7.97 | 9.35 | 21.12 | - |
| YUV | 75.54 | 156.47 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 126 | 0.81 | 0.27 | 0 | 0.51 | 200 | 0.68 | 0.29 |
| Hex | 18 | 5C | 7E | 51 | 1B | 0 | 33 | C8 | 44 | 1D |
| Octal | 30 | 134 | 176 | 121 | 33 | 0 | 63 | 310 | 104 | 35 |
| Binary | 11000 | 1011100 | 1111110 | 1010001 | 11011 | 0 | 110011 | 11001000 | 1000100 | 11101 |
Color Harmonies of #185C7E
Complementary color
Monochromatic Colors of #185C7E
Black with #185C7E
Text Example
Text Example
White with #185C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185C7E; }
p { color: rgb(24,92,126); }
H1.HeaderClassName
{
color: #185C7E;
}
.AnyTagClassName
{
color: #185C7E;
}
</style>
background-color css
<style>
a { background-color: #185C7E; }
a { background-color: rgb(24,92,126); }
div.DivClassName
{
background-color: #185C7E;
}
.BgClassName
{
background-color: #185C7E;
}
</style>
border-color css
<style>
span { border-color: #185C7E; }
span { border-color: rgb(24,92,126); }
td.TdClassName
{
border-color: #185C7E;
}
.TagClassName
{
border-color: #185C7E;
}
</style>