Shades of Orient #175E74
Tints of Orient #175E74
RGB
CMYK
RGB Variations
Color information
#175E74 (or 0x175E74) is known color: Orient. HEX triplet: 17, 5E and 74. RGB value is (23,94,116). Sum of RGB (Red+Green+Blue) = 23+94+116=233 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.87% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #175E74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175E74 is #E8A18B. Grayscale: #4B4B4B. Windows color (decimal): -15245708 or 7626263. OLE color: 7626263.
HSL color Cylindrical-coordinate representation of color #175E74: hue angle of 194.19º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #175E74 is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 23 | 94 | 116 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.55 |
| HSL | 194.19º | 0.67% | 0.27% | - |
| HSV(B) | 194.19º | 0.8% | 0.45% | - |
| XYZ | 7.51 | 9.45 | 17.95 | - |
| YUV | 75.28 | 150.98 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 94 | 116 | 0.80 | 0.19 | 0 | 0.55 | 194.19 | 0.67 | 0.27 |
| Hex | 17 | 5E | 74 | 50 | 13 | 0 | 37 | C2 | 43 | 1B |
| Octal | 27 | 136 | 164 | 120 | 23 | 0 | 67 | 302 | 103 | 33 |
| Binary | 10111 | 1011110 | 1110100 | 1010000 | 10011 | 0 | 110111 | 11000010 | 1000011 | 11011 |
Color Harmonies of #175E74
Complementary color
Monochromatic Colors of #175E74
Black with #175E74
Text Example
Text Example
White with #175E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175E74; }
p { color: rgb(23,94,116); }
H1.HeaderClassName
{
color: #175E74;
}
.AnyTagClassName
{
color: #175E74;
}
</style>
background-color css
<style>
a { background-color: #175E74; }
a { background-color: rgb(23,94,116); }
div.DivClassName
{
background-color: #175E74;
}
.BgClassName
{
background-color: #175E74;
}
</style>
border-color css
<style>
span { border-color: #175E74; }
span { border-color: rgb(23,94,116); }
td.TdClassName
{
border-color: #175E74;
}
.TagClassName
{
border-color: #175E74;
}
</style>