Shades of Orient #1A5D77
Tints of Orient #1A5D77
RGB
CMYK
RGB Variations
Color information
#1A5D77 (or 0x1A5D77) is known color: Orient. HEX triplet: 1A, 5D and 77. RGB value is (26,93,119). Sum of RGB (Red+Green+Blue) = 26+93+119=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #1A5D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5D77 is #E5A288. Grayscale: #4B4B4B. Windows color (decimal): -15049353 or 7822618. OLE color: 7822618.
HSL color Cylindrical-coordinate representation of color #1A5D77: hue angle of 196.77º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A5D77 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 26 | 93 | 119 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.53 |
| HSL | 196.77º | 0.64% | 0.28% | - |
| HSV(B) | 196.77º | 0.78% | 0.47% | - |
| XYZ | 7.67 | 9.38 | 18.86 | - |
| YUV | 75.93 | 152.3 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 93 | 119 | 0.78 | 0.22 | 0 | 0.53 | 196.77 | 0.64 | 0.28 |
| Hex | 1A | 5D | 77 | 4E | 16 | 0 | 35 | C5 | 40 | 1C |
| Octal | 32 | 135 | 167 | 116 | 26 | 0 | 65 | 305 | 100 | 34 |
| Binary | 11010 | 1011101 | 1110111 | 1001110 | 10110 | 0 | 110101 | 11000101 | 1000000 | 11100 |
Color Harmonies of #1A5D77
Complementary color
Monochromatic Colors of #1A5D77
Black with #1A5D77
Text Example
Text Example
White with #1A5D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5D77; }
p { color: rgb(26,93,119); }
H1.HeaderClassName
{
color: #1A5D77;
}
.AnyTagClassName
{
color: #1A5D77;
}
</style>
background-color css
<style>
a { background-color: #1A5D77; }
a { background-color: rgb(26,93,119); }
div.DivClassName
{
background-color: #1A5D77;
}
.BgClassName
{
background-color: #1A5D77;
}
</style>
border-color css
<style>
span { border-color: #1A5D77; }
span { border-color: rgb(26,93,119); }
td.TdClassName
{
border-color: #1A5D77;
}
.TagClassName
{
border-color: #1A5D77;
}
</style>