Shades of Orient #1D5175
Tints of Orient #1D5175
RGB
CMYK
RGB Variations
Color information
#1D5175 (or 0x1D5175) is known color: Orient. HEX triplet: 1D, 51 and 75. RGB value is (29,81,117). Sum of RGB (Red+Green+Blue) = 29+81+117=227 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.78% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D5175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5175 is #E2AE8A. Grayscale: #454545. Windows color (decimal): -14855819 or 7688477. OLE color: 7688477.
HSL color Cylindrical-coordinate representation of color #1D5175: hue angle of 204.55º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D5175 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 81 | 117 | - |
| CMYK | 0.75 | 0.31 | 0 | 0.54 |
| HSL | 204.55º | 0.6% | 0.29% | - |
| HSV(B) | 204.55º | 0.75% | 0.46% | - |
| XYZ | 6.66 | 7.43 | 17.91 | - |
| YUV | 69.56 | 154.77 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 81 | 117 | 0.75 | 0.31 | 0 | 0.54 | 204.55 | 0.6 | 0.29 |
| Hex | 1D | 51 | 75 | 4B | 1F | 0 | 36 | CD | 3C | 1D |
| Octal | 35 | 121 | 165 | 113 | 37 | 0 | 66 | 315 | 74 | 35 |
| Binary | 11101 | 1010001 | 1110101 | 1001011 | 11111 | 0 | 110110 | 11001101 | 111100 | 11101 |
Color Harmonies of #1D5175
Complementary color
Monochromatic Colors of #1D5175
Black with #1D5175
Text Example
Text Example
White with #1D5175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5175; }
p { color: rgb(29,81,117); }
H1.HeaderClassName
{
color: #1D5175;
}
.AnyTagClassName
{
color: #1D5175;
}
</style>
background-color css
<style>
a { background-color: #1D5175; }
a { background-color: rgb(29,81,117); }
div.DivClassName
{
background-color: #1D5175;
}
.BgClassName
{
background-color: #1D5175;
}
</style>
border-color css
<style>
span { border-color: #1D5175; }
span { border-color: rgb(29,81,117); }
td.TdClassName
{
border-color: #1D5175;
}
.TagClassName
{
border-color: #1D5175;
}
</style>