Shades of Orient #185A7B
Tints of Orient #185A7B
RGB
CMYK
RGB Variations
Color information
#185A7B (or 0x185A7B) is known color: Orient. HEX triplet: 18, 5A and 7B. RGB value is (24,90,123). Sum of RGB (Red+Green+Blue) = 24+90+123=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #185A7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185A7B is #E7A584. Grayscale: #494949. Windows color (decimal): -15181189 or 8083992. OLE color: 8083992.
HSL color Cylindrical-coordinate representation of color #185A7B: hue angle of 200º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185A7B is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 90 | 123 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.52 |
| HSL | 200º | 0.67% | 0.29% | - |
| HSV(B) | 200º | 0.8% | 0.48% | - |
| XYZ | 7.61 | 8.94 | 20.06 | - |
| YUV | 74.03 | 155.63 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 90 | 123 | 0.80 | 0.27 | 0 | 0.52 | 200 | 0.67 | 0.29 |
| Hex | 18 | 5A | 7B | 50 | 1B | 0 | 34 | C8 | 43 | 1D |
| Octal | 30 | 132 | 173 | 120 | 33 | 0 | 64 | 310 | 103 | 35 |
| Binary | 11000 | 1011010 | 1111011 | 1010000 | 11011 | 0 | 110100 | 11001000 | 1000011 | 11101 |
Color Harmonies of #185A7B
Complementary color
Monochromatic Colors of #185A7B
Black with #185A7B
Text Example
Text Example
White with #185A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185A7B; }
p { color: rgb(24,90,123); }
H1.HeaderClassName
{
color: #185A7B;
}
.AnyTagClassName
{
color: #185A7B;
}
</style>
background-color css
<style>
a { background-color: #185A7B; }
a { background-color: rgb(24,90,123); }
div.DivClassName
{
background-color: #185A7B;
}
.BgClassName
{
background-color: #185A7B;
}
</style>
border-color css
<style>
span { border-color: #185A7B; }
span { border-color: rgb(24,90,123); }
td.TdClassName
{
border-color: #185A7B;
}
.TagClassName
{
border-color: #185A7B;
}
</style>