Shades of Orient #1A5075
Tints of Orient #1A5075
RGB
CMYK
RGB Variations
Color information
#1A5075 (or 0x1A5075) is known color: Orient. HEX triplet: 1A, 50 and 75. RGB value is (26,80,117). Sum of RGB (Red+Green+Blue) = 26+80+117=223 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.66% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #1A5075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5075 is #E5AF8A. Grayscale: #434343. Windows color (decimal): -15052683 or 7688218. OLE color: 7688218.
HSL color Cylindrical-coordinate representation of color #1A5075: hue angle of 204.4º 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 #1A5075 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 80 | 117 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.54 |
| HSL | 204.4º | 0.64% | 0.28% | - |
| HSV(B) | 204.4º | 0.78% | 0.46% | - |
| XYZ | 6.51 | 7.24 | 17.88 | - |
| YUV | 68.07 | 155.61 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 80 | 117 | 0.78 | 0.32 | 0 | 0.54 | 204.4 | 0.64 | 0.28 |
| Hex | 1A | 50 | 75 | 4E | 20 | 0 | 36 | CC | 40 | 1C |
| Octal | 32 | 120 | 165 | 116 | 40 | 0 | 66 | 314 | 100 | 34 |
| Binary | 11010 | 1010000 | 1110101 | 1001110 | 100000 | 0 | 110110 | 11001100 | 1000000 | 11100 |
Color Harmonies of #1A5075
Complementary color
Monochromatic Colors of #1A5075
Black with #1A5075
Text Example
Text Example
White with #1A5075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5075; }
p { color: rgb(26,80,117); }
H1.HeaderClassName
{
color: #1A5075;
}
.AnyTagClassName
{
color: #1A5075;
}
</style>
background-color css
<style>
a { background-color: #1A5075; }
a { background-color: rgb(26,80,117); }
div.DivClassName
{
background-color: #1A5075;
}
.BgClassName
{
background-color: #1A5075;
}
</style>
border-color css
<style>
span { border-color: #1A5075; }
span { border-color: rgb(26,80,117); }
td.TdClassName
{
border-color: #1A5075;
}
.TagClassName
{
border-color: #1A5075;
}
</style>