Shades of Orient #1D5C75
Tints of Orient #1D5C75
RGB
CMYK
RGB Variations
Color information
#1D5C75 (or 0x1D5C75) is known color: Orient. HEX triplet: 1D, 5C and 75. RGB value is (29,92,117). Sum of RGB (Red+Green+Blue) = 29+92+117=238 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.18% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D5C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5C75 is #E2A38A. Grayscale: #4B4B4B. Windows color (decimal): -14853003 or 7691293. OLE color: 7691293.
HSL color Cylindrical-coordinate representation of color #1D5C75: hue angle of 197.05º 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 #1D5C75 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 29 | 92 | 117 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.54 |
| HSL | 197.05º | 0.6% | 0.29% | - |
| HSV(B) | 197.05º | 0.75% | 0.46% | - |
| XYZ | 7.54 | 9.2 | 18.21 | - |
| YUV | 76.01 | 151.13 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 92 | 117 | 0.75 | 0.21 | 0 | 0.54 | 197.05 | 0.6 | 0.29 |
| Hex | 1D | 5C | 75 | 4B | 15 | 0 | 36 | C5 | 3C | 1D |
| Octal | 35 | 134 | 165 | 113 | 25 | 0 | 66 | 305 | 74 | 35 |
| Binary | 11101 | 1011100 | 1110101 | 1001011 | 10101 | 0 | 110110 | 11000101 | 111100 | 11101 |
Color Harmonies of #1D5C75
Complementary color
Monochromatic Colors of #1D5C75
Black with #1D5C75
Text Example
Text Example
White with #1D5C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5C75; }
p { color: rgb(29,92,117); }
H1.HeaderClassName
{
color: #1D5C75;
}
.AnyTagClassName
{
color: #1D5C75;
}
</style>
background-color css
<style>
a { background-color: #1D5C75; }
a { background-color: rgb(29,92,117); }
div.DivClassName
{
background-color: #1D5C75;
}
.BgClassName
{
background-color: #1D5C75;
}
</style>
border-color css
<style>
span { border-color: #1D5C75; }
span { border-color: rgb(29,92,117); }
td.TdClassName
{
border-color: #1D5C75;
}
.TagClassName
{
border-color: #1D5C75;
}
</style>