Shades of Orient #1B5B78
Tints of Orient #1B5B78
RGB
CMYK
RGB Variations
Color information
#1B5B78 (or 0x1B5B78) is known color: Orient. HEX triplet: 1B, 5B and 78. RGB value is (27,91,120). Sum of RGB (Red+Green+Blue) = 27+91+120=238 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.34% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B5B78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5B78 is #E4A487. Grayscale: #4A4A4A. Windows color (decimal): -14984328 or 7887643. OLE color: 7887643.
HSL color Cylindrical-coordinate representation of color #1B5B78: hue angle of 198.71º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B5B78 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 91 | 120 | - |
| CMYK | 0.78 | 0.24 | 0 | 0.53 |
| HSL | 198.71º | 0.63% | 0.29% | - |
| HSV(B) | 198.71º | 0.78% | 0.47% | - |
| XYZ | 7.58 | 9.07 | 19.12 | - |
| YUV | 75.17 | 153.3 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 91 | 120 | 0.78 | 0.24 | 0 | 0.53 | 198.71 | 0.63 | 0.29 |
| Hex | 1B | 5B | 78 | 4E | 18 | 0 | 35 | C7 | 3F | 1D |
| Octal | 33 | 133 | 170 | 116 | 30 | 0 | 65 | 307 | 77 | 35 |
| Binary | 11011 | 1011011 | 1111000 | 1001110 | 11000 | 0 | 110101 | 11000111 | 111111 | 11101 |
Color Harmonies of #1B5B78
Complementary color
Monochromatic Colors of #1B5B78
Black with #1B5B78
Text Example
Text Example
White with #1B5B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5B78; }
p { color: rgb(27,91,120); }
H1.HeaderClassName
{
color: #1B5B78;
}
.AnyTagClassName
{
color: #1B5B78;
}
</style>
background-color css
<style>
a { background-color: #1B5B78; }
a { background-color: rgb(27,91,120); }
div.DivClassName
{
background-color: #1B5B78;
}
.BgClassName
{
background-color: #1B5B78;
}
</style>
border-color css
<style>
span { border-color: #1B5B78; }
span { border-color: rgb(27,91,120); }
td.TdClassName
{
border-color: #1B5B78;
}
.TagClassName
{
border-color: #1B5B78;
}
</style>