Shades of Orient #185B78
Tints of Orient #185B78
RGB
CMYK
RGB Variations
Color information
#185B78 (or 0x185B78) is known color: Orient. HEX triplet: 18, 5B and 78. RGB value is (24,91,120). Sum of RGB (Red+Green+Blue) = 24+91+120=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #185B78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185B78 is #E7A487. Grayscale: #4A4A4A. Windows color (decimal): -15180936 or 7887640. OLE color: 7887640.
HSL color Cylindrical-coordinate representation of color #185B78: hue angle of 198.12º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185B78 is Cyan = 0.8, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 91 | 120 | - |
| CMYK | 0.8 | 0.24 | 0 | 0.53 |
| HSL | 198.13º | 0.67% | 0.28% | - |
| HSV(B) | 198.13º | 0.8% | 0.47% | - |
| XYZ | 7.51 | 9.03 | 19.12 | - |
| YUV | 74.27 | 153.8 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 120 | 0.8 | 0.24 | 0 | 0.53 | 198.13 | 0.67 | 0.28 |
| Hex | 18 | 5B | 78 | 50 | 18 | 0 | 35 | C6 | 43 | 1C |
| Octal | 30 | 133 | 170 | 120 | 30 | 0 | 65 | 306 | 103 | 34 |
| Binary | 11000 | 1011011 | 1111000 | 1010000 | 11000 | 0 | 110101 | 11000110 | 1000011 | 11100 |
Color Harmonies of #185B78
Complementary color
Monochromatic Colors of #185B78
Black with #185B78
Text Example
Text Example
White with #185B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185B78; }
p { color: rgb(24,91,120); }
H1.HeaderClassName
{
color: #185B78;
}
.AnyTagClassName
{
color: #185B78;
}
</style>
background-color css
<style>
a { background-color: #185B78; }
a { background-color: rgb(24,91,120); }
div.DivClassName
{
background-color: #185B78;
}
.BgClassName
{
background-color: #185B78;
}
</style>
border-color css
<style>
span { border-color: #185B78; }
span { border-color: rgb(24,91,120); }
td.TdClassName
{
border-color: #185B78;
}
.TagClassName
{
border-color: #185B78;
}
</style>