Shades of Orient #1A5B75
Tints of Orient #1A5B75
RGB
CMYK
RGB Variations
Color information
#1A5B75 (or 0x1A5B75) is known color: Orient. HEX triplet: 1A, 5B and 75. RGB value is (26,91,117). Sum of RGB (Red+Green+Blue) = 26+91+117=234 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.11% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #1A5B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5B75 is #E5A48A. Grayscale: #4A4A4A. Windows color (decimal): -15049867 or 7691034. OLE color: 7691034.
HSL color Cylindrical-coordinate representation of color #1A5B75: hue angle of 197.14º 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 #1A5B75 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 91 | 117 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.54 |
| HSL | 197.14º | 0.64% | 0.28% | - |
| HSV(B) | 197.14º | 0.78% | 0.46% | - |
| XYZ | 7.38 | 8.99 | 18.18 | - |
| YUV | 74.53 | 151.97 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 91 | 117 | 0.78 | 0.22 | 0 | 0.54 | 197.14 | 0.64 | 0.28 |
| Hex | 1A | 5B | 75 | 4E | 16 | 0 | 36 | C5 | 40 | 1C |
| Octal | 32 | 133 | 165 | 116 | 26 | 0 | 66 | 305 | 100 | 34 |
| Binary | 11010 | 1011011 | 1110101 | 1001110 | 10110 | 0 | 110110 | 11000101 | 1000000 | 11100 |
Color Harmonies of #1A5B75
Complementary color
Monochromatic Colors of #1A5B75
Black with #1A5B75
Text Example
Text Example
White with #1A5B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5B75; }
p { color: rgb(26,91,117); }
H1.HeaderClassName
{
color: #1A5B75;
}
.AnyTagClassName
{
color: #1A5B75;
}
</style>
background-color css
<style>
a { background-color: #1A5B75; }
a { background-color: rgb(26,91,117); }
div.DivClassName
{
background-color: #1A5B75;
}
.BgClassName
{
background-color: #1A5B75;
}
</style>
border-color css
<style>
span { border-color: #1A5B75; }
span { border-color: rgb(26,91,117); }
td.TdClassName
{
border-color: #1A5B75;
}
.TagClassName
{
border-color: #1A5B75;
}
</style>