Shades of Orient #1B5976
Tints of Orient #1B5976
RGB
CMYK
RGB Variations
Color information
#1B5976 (or 0x1B5976) is known color: Orient. HEX triplet: 1B, 59 and 76. RGB value is (27,89,118). Sum of RGB (Red+Green+Blue) = 27+89+118=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #1B5976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5976 is #E4A689. Grayscale: #494949. Windows color (decimal): -14984842 or 7756059. OLE color: 7756059.
HSL color Cylindrical-coordinate representation of color #1B5976: hue angle of 199.12º degrees, saturation: 0.63, 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 #1B5976 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 89 | 118 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.54 |
| HSL | 199.12º | 0.63% | 0.28% | - |
| HSV(B) | 199.12º | 0.77% | 0.46% | - |
| XYZ | 7.29 | 8.69 | 18.43 | - |
| YUV | 73.77 | 152.96 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 89 | 118 | 0.77 | 0.25 | 0 | 0.54 | 199.12 | 0.63 | 0.28 |
| Hex | 1B | 59 | 76 | 4D | 19 | 0 | 36 | C7 | 3F | 1C |
| Octal | 33 | 131 | 166 | 115 | 31 | 0 | 66 | 307 | 77 | 34 |
| Binary | 11011 | 1011001 | 1110110 | 1001101 | 11001 | 0 | 110110 | 11000111 | 111111 | 11100 |
Color Harmonies of #1B5976
Complementary color
Monochromatic Colors of #1B5976
Black with #1B5976
Text Example
Text Example
White with #1B5976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5976; }
p { color: rgb(27,89,118); }
H1.HeaderClassName
{
color: #1B5976;
}
.AnyTagClassName
{
color: #1B5976;
}
</style>
background-color css
<style>
a { background-color: #1B5976; }
a { background-color: rgb(27,89,118); }
div.DivClassName
{
background-color: #1B5976;
}
.BgClassName
{
background-color: #1B5976;
}
</style>
border-color css
<style>
span { border-color: #1B5976; }
span { border-color: rgb(27,89,118); }
td.TdClassName
{
border-color: #1B5976;
}
.TagClassName
{
border-color: #1B5976;
}
</style>