Shades of Orient #1B5773
Tints of Orient #1B5773
RGB
CMYK
RGB Variations
Color information
#1B5773 (or 0x1B5773) is known color: Orient. HEX triplet: 1B, 57 and 73. RGB value is (27,87,115). Sum of RGB (Red+Green+Blue) = 27+87+115=229 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.79% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #1B5773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5773 is #E4A88C. Grayscale: #484848. Windows color (decimal): -14985357 or 7558939. OLE color: 7558939.
HSL color Cylindrical-coordinate representation of color #1B5773: hue angle of 199.09º 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 #1B5773 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 87 | 115 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.55 |
| HSL | 199.09º | 0.62% | 0.28% | - |
| HSV(B) | 199.09º | 0.77% | 0.45% | - |
| XYZ | 6.95 | 8.29 | 17.45 | - |
| YUV | 72.25 | 152.12 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 87 | 115 | 0.77 | 0.24 | 0 | 0.55 | 199.09 | 0.62 | 0.28 |
| Hex | 1B | 57 | 73 | 4D | 18 | 0 | 37 | C7 | 3E | 1C |
| Octal | 33 | 127 | 163 | 115 | 30 | 0 | 67 | 307 | 76 | 34 |
| Binary | 11011 | 1010111 | 1110011 | 1001101 | 11000 | 0 | 110111 | 11000111 | 111110 | 11100 |
Color Harmonies of #1B5773
Complementary color
Monochromatic Colors of #1B5773
Black with #1B5773
Text Example
Text Example
White with #1B5773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5773; }
p { color: rgb(27,87,115); }
H1.HeaderClassName
{
color: #1B5773;
}
.AnyTagClassName
{
color: #1B5773;
}
</style>
background-color css
<style>
a { background-color: #1B5773; }
a { background-color: rgb(27,87,115); }
div.DivClassName
{
background-color: #1B5773;
}
.BgClassName
{
background-color: #1B5773;
}
</style>
border-color css
<style>
span { border-color: #1B5773; }
span { border-color: rgb(27,87,115); }
td.TdClassName
{
border-color: #1B5773;
}
.TagClassName
{
border-color: #1B5773;
}
</style>