Shades of Orient #175D6E
Tints of Orient #175D6E
RGB
CMYK
RGB Variations
Color information
#175D6E (or 0x175D6E) is known color: Orient. HEX triplet: 17, 5D and 6E. RGB value is (23,93,110). Sum of RGB (Red+Green+Blue) = 23+93+110=226 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.18% from 226); Green value is 93 (36.72% from 255 or 41.15% from 226); Blue value is 110 (43.36% from 255 or 48.67% from 226); Max value from RGB is 110 - color contains mainly: blue. Hex color #175D6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175D6E is #E8A291. Grayscale: #494949. Windows color (decimal): -15245970 or 7232791. OLE color: 7232791.
HSL color Cylindrical-coordinate representation of color #175D6E: hue angle of 191.72º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #175D6E is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 93 | 110 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.57 |
| HSL | 191.72º | 0.65% | 0.26% | - |
| HSV(B) | 191.72º | 0.79% | 0.43% | - |
| XYZ | 7.08 | 9.14 | 16.14 | - |
| YUV | 74.01 | 148.31 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 93 | 110 | 0.79 | 0.15 | 0 | 0.57 | 191.72 | 0.65 | 0.26 |
| Hex | 17 | 5D | 6E | 4F | F | 0 | 39 | C0 | 41 | 1A |
| Octal | 27 | 135 | 156 | 117 | 17 | 0 | 71 | 300 | 101 | 32 |
| Binary | 10111 | 1011101 | 1101110 | 1001111 | 1111 | 0 | 111001 | 11000000 | 1000001 | 11010 |
Color Harmonies of #175D6E
Complementary color
Monochromatic Colors of #175D6E
Black with #175D6E
Text Example
Text Example
White with #175D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175D6E; }
p { color: rgb(23,93,110); }
H1.HeaderClassName
{
color: #175D6E;
}
.AnyTagClassName
{
color: #175D6E;
}
</style>
background-color css
<style>
a { background-color: #175D6E; }
a { background-color: rgb(23,93,110); }
div.DivClassName
{
background-color: #175D6E;
}
.BgClassName
{
background-color: #175D6E;
}
</style>
border-color css
<style>
span { border-color: #175D6E; }
span { border-color: rgb(23,93,110); }
td.TdClassName
{
border-color: #175D6E;
}
.TagClassName
{
border-color: #175D6E;
}
</style>