Shades of Orient #1B5D75
Tints of Orient #1B5D75
RGB
CMYK
RGB Variations
Color information
#1B5D75 (or 0x1B5D75) is known color: Orient. HEX triplet: 1B, 5D and 75. RGB value is (27,93,117). Sum of RGB (Red+Green+Blue) = 27+93+117=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #1B5D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5D75 is #E4A28A. Grayscale: #4B4B4B. Windows color (decimal): -14983819 or 7691547. OLE color: 7691547.
HSL color Cylindrical-coordinate representation of color #1B5D75: hue angle of 196º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B5D75 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 93 | 117 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.54 |
| HSL | 196º | 0.63% | 0.28% | - |
| HSV(B) | 196º | 0.77% | 0.46% | - |
| XYZ | 7.58 | 9.35 | 18.23 | - |
| YUV | 76 | 151.13 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 93 | 117 | 0.77 | 0.21 | 0 | 0.54 | 196 | 0.63 | 0.28 |
| Hex | 1B | 5D | 75 | 4D | 15 | 0 | 36 | C4 | 3E | 1C |
| Octal | 33 | 135 | 165 | 115 | 25 | 0 | 66 | 304 | 76 | 34 |
| Binary | 11011 | 1011101 | 1110101 | 1001101 | 10101 | 0 | 110110 | 11000100 | 111110 | 11100 |
Color Harmonies of #1B5D75
Complementary color
Monochromatic Colors of #1B5D75
Black with #1B5D75
Text Example
Text Example
White with #1B5D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5D75; }
p { color: rgb(27,93,117); }
H1.HeaderClassName
{
color: #1B5D75;
}
.AnyTagClassName
{
color: #1B5D75;
}
</style>
background-color css
<style>
a { background-color: #1B5D75; }
a { background-color: rgb(27,93,117); }
div.DivClassName
{
background-color: #1B5D75;
}
.BgClassName
{
background-color: #1B5D75;
}
</style>
border-color css
<style>
span { border-color: #1B5D75; }
span { border-color: rgb(27,93,117); }
td.TdClassName
{
border-color: #1B5D75;
}
.TagClassName
{
border-color: #1B5D75;
}
</style>