Shades of Orient #1B5A79
Tints of Orient #1B5A79
RGB
CMYK
RGB Variations
Color information
#1B5A79 (or 0x1B5A79) is known color: Orient. HEX triplet: 1B, 5A and 79. RGB value is (27,90,121). Sum of RGB (Red+Green+Blue) = 27+90+121=238 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.34% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 121 (47.66% from 255 or 50.84% from 238); Max value from RGB is 121 - color contains mainly: blue. Hex color #1B5A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5A79 is #E4A586. Grayscale: #4A4A4A. Windows color (decimal): -14984583 or 7952923. OLE color: 7952923.
HSL color Cylindrical-coordinate representation of color #1B5A79: hue angle of 199.79º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B5A79 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 90 | 121 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.53 |
| HSL | 199.79º | 0.64% | 0.29% | - |
| HSV(B) | 199.79º | 0.78% | 0.47% | - |
| XYZ | 7.56 | 8.93 | 19.41 | - |
| YUV | 74.7 | 154.13 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 90 | 121 | 0.78 | 0.26 | 0 | 0.53 | 199.79 | 0.64 | 0.29 |
| Hex | 1B | 5A | 79 | 4E | 1A | 0 | 35 | C8 | 40 | 1D |
| Octal | 33 | 132 | 171 | 116 | 32 | 0 | 65 | 310 | 100 | 35 |
| Binary | 11011 | 1011010 | 1111001 | 1001110 | 11010 | 0 | 110101 | 11001000 | 1000000 | 11101 |
Color Harmonies of #1B5A79
Complementary color
Monochromatic Colors of #1B5A79
Black with #1B5A79
Text Example
Text Example
White with #1B5A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5A79; }
p { color: rgb(27,90,121); }
H1.HeaderClassName
{
color: #1B5A79;
}
.AnyTagClassName
{
color: #1B5A79;
}
</style>
background-color css
<style>
a { background-color: #1B5A79; }
a { background-color: rgb(27,90,121); }
div.DivClassName
{
background-color: #1B5A79;
}
.BgClassName
{
background-color: #1B5A79;
}
</style>
border-color css
<style>
span { border-color: #1B5A79; }
span { border-color: rgb(27,90,121); }
td.TdClassName
{
border-color: #1B5A79;
}
.TagClassName
{
border-color: #1B5A79;
}
</style>