Shades of Orient #1B5D73
Tints of Orient #1B5D73
RGB
CMYK
RGB Variations
Color information
#1B5D73 (or 0x1B5D73) is known color: Orient. HEX triplet: 1B, 5D and 73. RGB value is (27,93,115). Sum of RGB (Red+Green+Blue) = 27+93+115=235 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.49% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #1B5D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5D73 is #E4A28C. Grayscale: #4B4B4B. Windows color (decimal): -14983821 or 7560475. OLE color: 7560475.
HSL color Cylindrical-coordinate representation of color #1B5D73: hue angle of 195º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B5D73 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 93 | 115 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.55 |
| HSL | 195º | 0.62% | 0.28% | - |
| HSV(B) | 195º | 0.77% | 0.45% | - |
| XYZ | 7.46 | 9.3 | 17.62 | - |
| YUV | 75.77 | 150.13 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 93 | 115 | 0.77 | 0.19 | 0 | 0.55 | 195 | 0.62 | 0.28 |
| Hex | 1B | 5D | 73 | 4D | 13 | 0 | 37 | C3 | 3E | 1C |
| Octal | 33 | 135 | 163 | 115 | 23 | 0 | 67 | 303 | 76 | 34 |
| Binary | 11011 | 1011101 | 1110011 | 1001101 | 10011 | 0 | 110111 | 11000011 | 111110 | 11100 |
Color Harmonies of #1B5D73
Complementary color
Monochromatic Colors of #1B5D73
Black with #1B5D73
Text Example
Text Example
White with #1B5D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5D73; }
p { color: rgb(27,93,115); }
H1.HeaderClassName
{
color: #1B5D73;
}
.AnyTagClassName
{
color: #1B5D73;
}
</style>
background-color css
<style>
a { background-color: #1B5D73; }
a { background-color: rgb(27,93,115); }
div.DivClassName
{
background-color: #1B5D73;
}
.BgClassName
{
background-color: #1B5D73;
}
</style>
border-color css
<style>
span { border-color: #1B5D73; }
span { border-color: rgb(27,93,115); }
td.TdClassName
{
border-color: #1B5D73;
}
.TagClassName
{
border-color: #1B5D73;
}
</style>