Shades of Orient #185B6F
Tints of Orient #185B6F
RGB
CMYK
RGB Variations
Color information
#185B6F (or 0x185B6F) is known color: Orient. HEX triplet: 18, 5B and 6F. RGB value is (24,91,111). Sum of RGB (Red+Green+Blue) = 24+91+111=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #185B6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185B6F is #E7A490. Grayscale: #494949. Windows color (decimal): -15180945 or 7297816. OLE color: 7297816.
HSL color Cylindrical-coordinate representation of color #185B6F: hue angle of 193.79º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #185B6F is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 91 | 111 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.56 |
| HSL | 193.79º | 0.64% | 0.26% | - |
| HSV(B) | 193.79º | 0.78% | 0.44% | - |
| XYZ | 6.99 | 8.82 | 16.37 | - |
| YUV | 73.25 | 149.3 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 91 | 111 | 0.78 | 0.18 | 0 | 0.56 | 193.79 | 0.64 | 0.26 |
| Hex | 18 | 5B | 6F | 4E | 12 | 0 | 38 | C2 | 40 | 1A |
| Octal | 30 | 133 | 157 | 116 | 22 | 0 | 70 | 302 | 100 | 32 |
| Binary | 11000 | 1011011 | 1101111 | 1001110 | 10010 | 0 | 111000 | 11000010 | 1000000 | 11010 |
Color Harmonies of #185B6F
Complementary color
Monochromatic Colors of #185B6F
Black with #185B6F
Text Example
Text Example
White with #185B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185B6F; }
p { color: rgb(24,91,111); }
H1.HeaderClassName
{
color: #185B6F;
}
.AnyTagClassName
{
color: #185B6F;
}
</style>
background-color css
<style>
a { background-color: #185B6F; }
a { background-color: rgb(24,91,111); }
div.DivClassName
{
background-color: #185B6F;
}
.BgClassName
{
background-color: #185B6F;
}
</style>
border-color css
<style>
span { border-color: #185B6F; }
span { border-color: rgb(24,91,111); }
td.TdClassName
{
border-color: #185B6F;
}
.TagClassName
{
border-color: #185B6F;
}
</style>