Shades of Orient #185B71
Tints of Orient #185B71
RGB
CMYK
RGB Variations
Color information
#185B71 (or 0x185B71) is known color: Orient. HEX triplet: 18, 5B and 71. RGB value is (24,91,113). Sum of RGB (Red+Green+Blue) = 24+91+113=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #185B71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185B71 is #E7A48E. Grayscale: #494949. Windows color (decimal): -15180943 or 7428888. OLE color: 7428888.
HSL color Cylindrical-coordinate representation of color #185B71: hue angle of 194.83º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #185B71 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 91 | 113 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.56 |
| HSL | 194.83º | 0.65% | 0.27% | - |
| HSV(B) | 194.83º | 0.79% | 0.44% | - |
| XYZ | 7.1 | 8.87 | 16.96 | - |
| YUV | 73.48 | 150.3 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 113 | 0.79 | 0.19 | 0 | 0.56 | 194.83 | 0.65 | 0.27 |
| Hex | 18 | 5B | 71 | 4F | 13 | 0 | 38 | C3 | 41 | 1B |
| Octal | 30 | 133 | 161 | 117 | 23 | 0 | 70 | 303 | 101 | 33 |
| Binary | 11000 | 1011011 | 1110001 | 1001111 | 10011 | 0 | 111000 | 11000011 | 1000001 | 11011 |
Color Harmonies of #185B71
Complementary color
Monochromatic Colors of #185B71
Black with #185B71
Text Example
Text Example
White with #185B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185B71; }
p { color: rgb(24,91,113); }
H1.HeaderClassName
{
color: #185B71;
}
.AnyTagClassName
{
color: #185B71;
}
</style>
background-color css
<style>
a { background-color: #185B71; }
a { background-color: rgb(24,91,113); }
div.DivClassName
{
background-color: #185B71;
}
.BgClassName
{
background-color: #185B71;
}
</style>
border-color css
<style>
span { border-color: #185B71; }
span { border-color: rgb(24,91,113); }
td.TdClassName
{
border-color: #185B71;
}
.TagClassName
{
border-color: #185B71;
}
</style>