Shades of Orient #1A5E71
Tints of Orient #1A5E71
RGB
CMYK
RGB Variations
Color information
#1A5E71 (or 0x1A5E71) is known color: Orient. HEX triplet: 1A, 5E and 71. RGB value is (26,94,113). Sum of RGB (Red+Green+Blue) = 26+94+113=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 113 - color contains mainly: blue. Hex color #1A5E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5E71 is #E5A18E. Grayscale: #4B4B4B. Windows color (decimal): -15049103 or 7429658. OLE color: 7429658.
HSL color Cylindrical-coordinate representation of color #1A5E71: hue angle of 193.1º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A5E71 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 94 | 113 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.56 |
| HSL | 193.1º | 0.63% | 0.27% | - |
| HSV(B) | 193.1º | 0.77% | 0.44% | - |
| XYZ | 7.41 | 9.42 | 17.05 | - |
| YUV | 75.83 | 148.97 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 94 | 113 | 0.77 | 0.17 | 0 | 0.56 | 193.1 | 0.63 | 0.27 |
| Hex | 1A | 5E | 71 | 4D | 11 | 0 | 38 | C1 | 3F | 1B |
| Octal | 32 | 136 | 161 | 115 | 21 | 0 | 70 | 301 | 77 | 33 |
| Binary | 11010 | 1011110 | 1110001 | 1001101 | 10001 | 0 | 111000 | 11000001 | 111111 | 11011 |
Color Harmonies of #1A5E71
Complementary color
Monochromatic Colors of #1A5E71
Black with #1A5E71
Text Example
Text Example
White with #1A5E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5E71; }
p { color: rgb(26,94,113); }
H1.HeaderClassName
{
color: #1A5E71;
}
.AnyTagClassName
{
color: #1A5E71;
}
</style>
background-color css
<style>
a { background-color: #1A5E71; }
a { background-color: rgb(26,94,113); }
div.DivClassName
{
background-color: #1A5E71;
}
.BgClassName
{
background-color: #1A5E71;
}
</style>
border-color css
<style>
span { border-color: #1A5E71; }
span { border-color: rgb(26,94,113); }
td.TdClassName
{
border-color: #1A5E71;
}
.TagClassName
{
border-color: #1A5E71;
}
</style>