Shades of Orient #1A5D76
Tints of Orient #1A5D76
RGB
CMYK
RGB Variations
Color information
#1A5D76 (or 0x1A5D76) is known color: Orient. HEX triplet: 1A, 5D and 76. RGB value is (26,93,118). Sum of RGB (Red+Green+Blue) = 26+93+118=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #1A5D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5D76 is #E5A289. Grayscale: #4B4B4B. Windows color (decimal): -15049354 or 7757082. OLE color: 7757082.
HSL color Cylindrical-coordinate representation of color #1A5D76: hue angle of 196.3º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A5D76 is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 93 | 118 | - |
| CMYK | 0.78 | 0.21 | 0 | 0.54 |
| HSL | 196.3º | 0.64% | 0.28% | - |
| HSV(B) | 196.3º | 0.78% | 0.46% | - |
| XYZ | 7.61 | 9.36 | 18.54 | - |
| YUV | 75.82 | 151.8 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 93 | 118 | 0.78 | 0.21 | 0 | 0.54 | 196.3 | 0.64 | 0.28 |
| Hex | 1A | 5D | 76 | 4E | 15 | 0 | 36 | C4 | 40 | 1C |
| Octal | 32 | 135 | 166 | 116 | 25 | 0 | 66 | 304 | 100 | 34 |
| Binary | 11010 | 1011101 | 1110110 | 1001110 | 10101 | 0 | 110110 | 11000100 | 1000000 | 11100 |
Color Harmonies of #1A5D76
Complementary color
Monochromatic Colors of #1A5D76
Black with #1A5D76
Text Example
Text Example
White with #1A5D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5D76; }
p { color: rgb(26,93,118); }
H1.HeaderClassName
{
color: #1A5D76;
}
.AnyTagClassName
{
color: #1A5D76;
}
</style>
background-color css
<style>
a { background-color: #1A5D76; }
a { background-color: rgb(26,93,118); }
div.DivClassName
{
background-color: #1A5D76;
}
.BgClassName
{
background-color: #1A5D76;
}
</style>
border-color css
<style>
span { border-color: #1A5D76; }
span { border-color: rgb(26,93,118); }
td.TdClassName
{
border-color: #1A5D76;
}
.TagClassName
{
border-color: #1A5D76;
}
</style>