Shades of Orient #1B586E
Tints of Orient #1B586E
RGB
CMYK
RGB Variations
Color information
#1B586E (or 0x1B586E) is known color: Orient. HEX triplet: 1B, 58 and 6E. RGB value is (27,88,110). Sum of RGB (Red+Green+Blue) = 27+88+110=225 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #1B586E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B586E is #E4A791. Grayscale: #484848. Windows color (decimal): -14985106 or 7231515. OLE color: 7231515.
HSL color Cylindrical-coordinate representation of color #1B586E: hue angle of 195.9º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B586E is Cyan = 0.75, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 27 | 88 | 110 | - |
| CMYK | 0.75 | 0.2 | 0 | 0.57 |
| HSL | 195.9º | 0.61% | 0.27% | - |
| HSV(B) | 195.9º | 0.75% | 0.43% | - |
| XYZ | 6.76 | 8.34 | 16.01 | - |
| YUV | 72.27 | 149.29 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 88 | 110 | 0.75 | 0.2 | 0 | 0.57 | 195.9 | 0.61 | 0.27 |
| Hex | 1B | 58 | 6E | 4B | 14 | 0 | 39 | C4 | 3D | 1B |
| Octal | 33 | 130 | 156 | 113 | 24 | 0 | 71 | 304 | 75 | 33 |
| Binary | 11011 | 1011000 | 1101110 | 1001011 | 10100 | 0 | 111001 | 11000100 | 111101 | 11011 |
Color Harmonies of #1B586E
Complementary color
Monochromatic Colors of #1B586E
Black with #1B586E
Text Example
Text Example
White with #1B586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B586E; }
p { color: rgb(27,88,110); }
H1.HeaderClassName
{
color: #1B586E;
}
.AnyTagClassName
{
color: #1B586E;
}
</style>
background-color css
<style>
a { background-color: #1B586E; }
a { background-color: rgb(27,88,110); }
div.DivClassName
{
background-color: #1B586E;
}
.BgClassName
{
background-color: #1B586E;
}
</style>
border-color css
<style>
span { border-color: #1B586E; }
span { border-color: rgb(27,88,110); }
td.TdClassName
{
border-color: #1B586E;
}
.TagClassName
{
border-color: #1B586E;
}
</style>