Shades of Orient #1B5F73
Tints of Orient #1B5F73
RGB
CMYK
RGB Variations
Color information
#1B5F73 (or 0x1B5F73) is known color: Orient. HEX triplet: 1B, 5F and 73. RGB value is (27,95,115). Sum of RGB (Red+Green+Blue) = 27+95+115=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #1B5F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5F73 is #E4A08C. Grayscale: #4C4C4C. Windows color (decimal): -14983309 or 7560987. OLE color: 7560987.
HSL color Cylindrical-coordinate representation of color #1B5F73: hue angle of 193.64º 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 #1B5F73 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 95 | 115 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.55 |
| HSL | 193.64º | 0.62% | 0.28% | - |
| HSV(B) | 193.64º | 0.77% | 0.45% | - |
| XYZ | 7.64 | 9.66 | 17.68 | - |
| YUV | 76.95 | 149.47 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 95 | 115 | 0.77 | 0.17 | 0 | 0.55 | 193.64 | 0.62 | 0.28 |
| Hex | 1B | 5F | 73 | 4D | 11 | 0 | 37 | C2 | 3E | 1C |
| Octal | 33 | 137 | 163 | 115 | 21 | 0 | 67 | 302 | 76 | 34 |
| Binary | 11011 | 1011111 | 1110011 | 1001101 | 10001 | 0 | 110111 | 11000010 | 111110 | 11100 |
Color Harmonies of #1B5F73
Complementary color
Monochromatic Colors of #1B5F73
Black with #1B5F73
Text Example
Text Example
White with #1B5F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5F73; }
p { color: rgb(27,95,115); }
H1.HeaderClassName
{
color: #1B5F73;
}
.AnyTagClassName
{
color: #1B5F73;
}
</style>
background-color css
<style>
a { background-color: #1B5F73; }
a { background-color: rgb(27,95,115); }
div.DivClassName
{
background-color: #1B5F73;
}
.BgClassName
{
background-color: #1B5F73;
}
</style>
border-color css
<style>
span { border-color: #1B5F73; }
span { border-color: rgb(27,95,115); }
td.TdClassName
{
border-color: #1B5F73;
}
.TagClassName
{
border-color: #1B5F73;
}
</style>