Shades of Orient #175D7A
Tints of Orient #175D7A
RGB
CMYK
RGB Variations
Color information
#175D7A (or 0x175D7A) is known color: Orient. HEX triplet: 17, 5D and 7A. RGB value is (23,93,122). Sum of RGB (Red+Green+Blue) = 23+93+122=238 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.66% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #175D7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175D7A is #E8A285. Grayscale: #4B4B4B. Windows color (decimal): -15245958 or 8019223. OLE color: 8019223.
HSL color Cylindrical-coordinate representation of color #175D7A: hue angle of 197.58º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #175D7A is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 93 | 122 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.52 |
| HSL | 197.58º | 0.68% | 0.28% | - |
| HSV(B) | 197.58º | 0.81% | 0.48% | - |
| XYZ | 7.78 | 9.42 | 19.82 | - |
| YUV | 75.38 | 154.31 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 93 | 122 | 0.81 | 0.24 | 0 | 0.52 | 197.58 | 0.68 | 0.28 |
| Hex | 17 | 5D | 7A | 51 | 18 | 0 | 34 | C6 | 44 | 1C |
| Octal | 27 | 135 | 172 | 121 | 30 | 0 | 64 | 306 | 104 | 34 |
| Binary | 10111 | 1011101 | 1111010 | 1010001 | 11000 | 0 | 110100 | 11000110 | 1000100 | 11100 |
Color Harmonies of #175D7A
Complementary color
Monochromatic Colors of #175D7A
Black with #175D7A
Text Example
Text Example
White with #175D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175D7A; }
p { color: rgb(23,93,122); }
H1.HeaderClassName
{
color: #175D7A;
}
.AnyTagClassName
{
color: #175D7A;
}
</style>
background-color css
<style>
a { background-color: #175D7A; }
a { background-color: rgb(23,93,122); }
div.DivClassName
{
background-color: #175D7A;
}
.BgClassName
{
background-color: #175D7A;
}
</style>
border-color css
<style>
span { border-color: #175D7A; }
span { border-color: rgb(23,93,122); }
td.TdClassName
{
border-color: #175D7A;
}
.TagClassName
{
border-color: #175D7A;
}
</style>